diff options
author | Guido van Rossum <guido@python.org> | 1997-12-29 20:01:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-29 20:01:55 (GMT) |
commit | 9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44 (patch) | |
tree | a9a76836659aa5dfb27fb5a1affffdbea20a245c /Doc/lib.tex | |
parent | b0744c5a28c48066e40bec536e4cbc48f031ed4a (diff) | |
download | cpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.zip cpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.tar.gz cpython-9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44.tar.bz2 |
Added Greg Stein's docs for BaseHTTPServer.py.
Moved docs for "re" to before docs for "regex".
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 055e61d..5082464 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -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} |