diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-29 11:30:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-29 11:30:24 (GMT) |
commit | 4549b137e3aab0728d679f3aee76f000e4894b7c (patch) | |
tree | 3595c9e45ff8c38752d24c485cff7979e4fb1629 /Doc/lib.tex | |
parent | 6ec3c653da9ffd098f522261d5592e64ff8e7889 (diff) | |
download | cpython-4549b137e3aab0728d679f3aee76f000e4894b7c.zip cpython-4549b137e3aab0728d679f3aee76f000e4894b7c.tar.gz cpython-4549b137e3aab0728d679f3aee76f000e4894b7c.tar.bz2 |
Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.
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 02b481b..f8c6716 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -137,6 +137,7 @@ to Python and how to embed it in other applications. \input{libsgmllib} \input{librfc822} \input{libmimetools} +\input{libbinascii} \input{libmm} % Multimedia Services \input{libaudioop} |