diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-24 13:56:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-24 13:56:11 (GMT) |
commit | 64e3b43583c0b660e49d430f1f4128460adea033 (patch) | |
tree | e02c5c6de79911e742e5f5976fdccb0d422b0d14 /Doc/lib/lib.tex | |
parent | 889f53d4e0c3b701d5de0892a0ab8caabeb689b8 (diff) | |
download | cpython-64e3b43583c0b660e49d430f1f4128460adea033.zip cpython-64e3b43583c0b660e49d430f1f4128460adea033.tar.gz cpython-64e3b43583c0b660e49d430f1f4128460adea033.tar.bz2 |
Move files around to get the names to match the module names except for
case. Two modules (SocketServer, BaseHTTPServer) still don't match; those
names are just too long!
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 0143e6a..67856fb 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -61,13 +61,13 @@ add new extensions to Python and how to embed it in other applications. \input{libintro} % Introduction \input{libobjs} % Built-in Types, Exceptions and Functions -\input{libtypes} +\input{libstdtypes} \input{libexcs} \input{libfuncs} \input{libpython} % Python Services \input{libsys} -\input{libtypes2} % types is already taken :-( +\input{libtypes} \input{libuserdict} \input{liboperator} \input{libtraceback} @@ -96,7 +96,7 @@ add new extensions to Python and how to embed it in other applications. \input{libregex} \input{libregsub} \input{libstruct} -\input{libstrio} +\input{libstringio} %\input{libsoundex} \input{libmisc} % Miscellaneous Services @@ -135,7 +135,7 @@ add new extensions to Python and how to embed it in other applications. \input{libunix} % UNIX Specific Services \input{libposix} -\input{libppath} % == posixpath +\input{libposixpath} \input{libpwd} \input{libgrp} \input{libcrypt} |