added code.py; codehack.py is obsolete

This commit is contained in:
Guido van Rossum 1997-07-18 21:08:07 +00:00
parent 1c78cf3317
commit 61c270345c
7 changed files with 81 additions and 5 deletions

View file

@ -88,6 +88,7 @@ to Python and how to embed it in other applications.
\input{libni}
\input{libparser}
\input{libpprint}
\input{libcode}
\input{libsite}
\input{libbltin} % really __builtin__
\input{libmain} % really __main__