diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-28 14:27:21 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-28 14:27:21 +0000 |
commit | ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7 (patch) | |
tree | 3c4f37a7179b10e16a3573a91822dbecbd2b7def | |
parent | 146d3924b021ccf181db072163272746fa459dc2 (diff) | |
download | cpython-git-ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7.tar.gz |
[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.
-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 ae980e94c9..78efca8c67 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} |