diff options
author | Guido van Rossum <guido@python.org> | 1995-02-27 17:53:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-27 17:53:25 (GMT) |
commit | a12ef9433bafc0507f1b37e19982a0af5eefc8dd (patch) | |
tree | 387136b6bef946c985e65a35aee60ea6bae072c5 /Doc/lib.tex | |
parent | 7defee7a06637633d3561f752b644b21d4797243 (diff) | |
download | cpython-a12ef9433bafc0507f1b37e19982a0af5eefc8dd.zip cpython-a12ef9433bafc0507f1b37e19982a0af5eefc8dd.tar.gz cpython-a12ef9433bafc0507f1b37e19982a0af5eefc8dd.tar.bz2 |
added WWW sections
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 1396181..07f70cf 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -70,6 +70,7 @@ language. \input{libpickle} \input{libshelve} \input{libcopy} +\input{libtypes2} % types is already taken :-( \input{libunix} % UNIX ONLY \input{libdbm} @@ -86,6 +87,7 @@ language. \input{libthread} \input{libwww} % WWW EXTENSIONS +\input{libcgi} \input{libftplib} \input{libgopherlib} \input{libhtmllib} |