We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b5b4 commit 5953b40Copy full SHA for 5953b40
2 files changed
Tools/compiler/README
@@ -1,7 +1,5 @@
1
-This directory contains modules for a a Python source to bytecode compiler
2
-written in pure Python. To install the compiler modules so they're
3
-available for use by third-party Python software, run 'python setup.py
4
-install'.
+This directory contains support tools for the Python compiler package,
+which is now part of the standard library.
5
6
compile.py Demo that compiles a Python module into a .pyc file
7
using the pure-Python compiler code.
@@ -18,4 +16,3 @@ regrtest.py Runs the Python test suite using bytecode generated
18
16
by the pure-Python compiler code instead of the
19
17
builtin compiler.
20
21
-setup.py Setup file for installing the compiler code as a package.
Tools/compiler/setup.py
0 commit comments