diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 18:29:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 18:29:18 (GMT) |
commit | 1aabe5e4d179c6caf4fe787e9d432380279cbe25 (patch) | |
tree | 85b873962264f07a9021ceece32316010ab47517 /Doc/lib.tex | |
parent | 05ce570e8be8cca40ec921e5da234ea46b28334e (diff) | |
download | cpython-1aabe5e4d179c6caf4fe787e9d432380279cbe25.zip cpython-1aabe5e4d179c6caf4fe787e9d432380279cbe25.tar.gz cpython-1aabe5e4d179c6caf4fe787e9d432380279cbe25.tar.bz2 |
Separate binhex and binuu documentation from binascii. Support better
module addressing in HTML.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 7702c25..0d4198b 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -161,6 +161,8 @@ add new extensions to Python and how to embed it in other applications. \input{libformatter} \input{librfc822} \input{libmimetools} +\input{libbinhex} +\input{libuu} \input{libbinascii} \input{libxdrlib} \input{libmailcap} |