diff options
author | Guido van Rossum <guido@python.org> | 1997-07-18 21:08:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-18 21:08:07 (GMT) |
commit | 61c270345c1b105de3463f315c5736484a95b0ac (patch) | |
tree | 875b7fce0562a812760d776f1709ffb6736205dd /Doc/lib.tex | |
parent | 1c78cf33171581ebf9284a096ad2b1ed0a87935d (diff) | |
download | cpython-61c270345c1b105de3463f315c5736484a95b0ac.zip cpython-61c270345c1b105de3463f315c5736484a95b0ac.tar.gz cpython-61c270345c1b105de3463f315c5736484a95b0ac.tar.bz2 |
added code.py; codehack.py is obsolete
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 391c241..2c7d6d0 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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__ |