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!
This commit is contained in:
Fred Drake 1998-07-24 13:56:11 +00:00
parent 889f53d4e0
commit 64e3b43583
5 changed files with 875 additions and 133 deletions

View file

@ -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}