diff options
author | Fred Drake <fdrake@acm.org> | 1996-10-08 21:54:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-10-08 21:54:41 (GMT) |
commit | 53e84d534210a4cd5d87cc24d177ccb0e69f81a2 (patch) | |
tree | aca221d05018efdd0a154eb0b4445cd071d0d87f /Doc/lib.tex | |
parent | 08d301ec53e01bc70e8c88529223caa155a6c87e (diff) | |
download | cpython-53e84d534210a4cd5d87cc24d177ccb0e69f81a2.zip cpython-53e84d534210a4cd5d87cc24d177ccb0e69f81a2.tar.gz cpython-53e84d534210a4cd5d87cc24d177ccb0e69f81a2.tar.bz2 |
(lib.tex): Added entry for formatter module.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 3e74935..42f0ef3 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -141,6 +141,7 @@ to Python and how to embed it in other applications. \input{liburlparse} \input{libhtmllib} \input{libsgmllib} +\input{libformatter} \input{librfc822} \input{libmimetools} \input{libbinascii} |