diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-28 14:27:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-28 14:27:21 (GMT) |
commit | ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7 (patch) | |
tree | 3c4f37a7179b10e16a3573a91822dbecbd2b7def /Doc/lib | |
parent | 146d3924b021ccf181db072163272746fa459dc2 (diff) | |
download | cpython-ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7.zip cpython-ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7.tar.gz cpython-ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7.tar.bz2 |
[Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index ae980e9..78efca8 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -303,6 +303,7 @@ and how to embed it in other applications. \input{libsmtplib} \input{libsmtpd} \input{libtelnetlib} +\input{libuuid} \input{liburlparse} \input{libsocksvr} \input{libbasehttp} |