]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Updated all import statements to use the new socketserver module name.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 12 May 2008 02:11:22 +0000 (02:11 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 12 May 2008 02:11:22 +0000 (02:11 +0000)
commitd192c925ac0d8e7801462b71cd0be033ddb18103
tree43eb5af5dc808d5d3c1892096ceed5fecdf3d60a
parentfb9ce65a91d674b1a80174c70a025aee83783388
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
14 files changed:
Doc/library/basehttpserver.rst
Doc/library/logging.rst
Doc/library/simplexmlrpcserver.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Lib/BaseHTTPServer.py
Lib/SimpleXMLRPCServer.py
Lib/idlelib/rpc.py
Lib/logging/config.py
Lib/test/test___all__.py
Lib/test/test_logging.py
Lib/test/test_socketserver.py
Lib/test/test_wsgiref.py
Misc/cheatsheet