File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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'.
1+ This directory contains support tools for the Python compiler package,
2+ which is now part of the standard library.
53
64compile.py Demo that compiles a Python module into a .pyc file
75 using the pure-Python compiler code.
@@ -18,4 +16,3 @@ regrtest.py Runs the Python test suite using bytecode generated
1816 by the pure-Python compiler code instead of the
1917 builtin compiler.
2018
21- setup.py Setup file for installing the compiler code as a package.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments