diff --git a/Python/README b/Python/README deleted file mode 100644 index 153b628bd5b42d6..000000000000000 --- a/Python/README +++ /dev/null @@ -1 +0,0 @@ -Miscellaneous source files for the main Python shared library diff --git a/Python/README.md b/Python/README.md new file mode 100644 index 000000000000000..ceafe8c4878c42c --- /dev/null +++ b/Python/README.md @@ -0,0 +1,3 @@ +Miscellaneous source files for the compiler and runtime execution logic of the CPython interpreter. +* For high-level compiler architecture, see the compiler design at [InternalDocs/compiler.md](../InternalDocs/compiler.md). +* For technical details on the interpreter, see the bytecode interpreter at [InternalDocs/interpreter.md](../InternalDocs/interpreter.md).