commit | d192c925ac0d8e7801462b71cd0be033ddb18103 | [log] [tgz] |
---|---|---|
author | Alexandre Vassalotti <alexandre@peadrop.com> | Mon May 12 02:11:22 2008 +0000 |
committer | Alexandre Vassalotti <alexandre@peadrop.com> | Mon May 12 02:11:22 2008 +0000 |
tree | 43eb5af5dc808d5d3c1892096ceed5fecdf3d60a | |
parent | fb9ce65a91d674b1a80174c70a025aee83783388 [diff] [blame] |
Updated all import statements to use the new socketserver module name. Renamed socketserver module in its own documentation. Renamed documentation references.
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index e5a8167..d05120e 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst
@@ -481,7 +481,7 @@ .. seealso:: - Module :mod:`SocketServer` + Module :mod:`socketserver` Classes that simplify writing network servers.