Added Greg Stein's docs for BaseHTTPServer.py.

Moved docs for "re" to before docs for "regex".
This commit is contained in:
Guido van Rossum 1997-12-29 20:01:55 +00:00
parent b0744c5a28
commit 9cb64803aa
5 changed files with 447 additions and 12 deletions

View file

@ -98,9 +98,9 @@ to Python and how to embed it in other applications.
\input{libstrings} % String Services
\input{libstring}
\input{libre}
\input{libregex}
\input{libregsub}
\input{libre}
\input{libstruct}
\input{libstrio}
\input{libsoundex}
@ -176,6 +176,7 @@ to Python and how to embed it in other applications.
\input{libsocksvr}
\input{libmailbox}
\input{libmimify}
\input{libbasehttp}
\input{librestricted}
\input{librexec}