diff options
author | Guido van Rossum <guido@python.org> | 2007-08-27 19:11:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-27 19:11:11 (GMT) |
commit | 8ee23bbe7cec658d0dfc9f51f37fe392d98acafc (patch) | |
tree | eaa6d3c57b86d346ec48c7792b2afe311216ab95 /Doc/library/ipc.rst | |
parent | 780b80dc086809f0fa6ccc2508f5ede585151625 (diff) | |
download | cpython-8ee23bbe7cec658d0dfc9f51f37fe392d98acafc.zip cpython-8ee23bbe7cec658d0dfc9f51f37fe392d98acafc.tar.gz cpython-8ee23bbe7cec658d0dfc9f51f37fe392d98acafc.tar.bz2 |
Patch 10124 by Bill Janssen, docs for the new ssl code.
Diffstat (limited to 'Doc/library/ipc.rst')
-rw-r--r-- | Doc/library/ipc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 78cfb66..10a6d6a 100644 --- a/Doc/library/ipc.rst +++ b/Doc/library/ipc.rst @@ -19,6 +19,7 @@ The list of modules described in this chapter is: subprocess.rst socket.rst + ssl.rst signal.rst popen2.rst asyncore.rst |