diff options
author | Guido van Rossum <guido@python.org> | 1997-05-19 19:55:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-19 19:55:16 (GMT) |
commit | 6181e006672ed5b4175d063744bc96b53cece09b (patch) | |
tree | 5c3df6b5b318e8f41d8276195668e9e358af82c3 /Doc/lib.tex | |
parent | fe4dfc7ce3b27b8c1fce6de2321f20ac3bd9ce93 (diff) | |
download | cpython-6181e006672ed5b4175d063744bc96b53cece09b.zip cpython-6181e006672ed5b4175d063744bc96b53cece09b.tar.gz cpython-6181e006672ed5b4175d063744bc96b53cece09b.tar.bz2 |
Added AMK's SocketServer docs.
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 4839415..bc30bae 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -160,6 +160,7 @@ to Python and how to embed it in other applications. \input{libmailcap} \input{libbase64} \input{libquopri} +\input{libsocksvr} \input{librestricted} \input{librexec} |