From: Andrew M. Kuchling Date: Wed, 28 Jun 2006 14:27:21 +0000 (+0000) Subject: [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protoc... X-Git-Tag: v2.5b2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecfec78b7b79ebacbc45e72f6f487ab89e5fd8d7;p=thirdparty%2FPython%2Fcpython.git [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. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index ae980e94c915..78efca8c6718 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}