Skip to content

Commit 5953b40

Browse files
committed
Remove setup.py, unnecessary since compiler package is the std
library. Update README.
1 parent e54b5b4 commit 5953b40

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

Tools/compiler/README

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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'.
1+
This directory contains support tools for the Python compiler package,
2+
which is now part of the standard library.
53

64
compile.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.

Tools/compiler/setup.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)