mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
889f53d4e0
commit
64e3b43583
5 changed files with 875 additions and 133 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue