]> granicus.if.org Git - python/commit
socketserver renaming reversal part 3: move the module into the right
authorGeorg Brandl <georg@python.org>
Sat, 24 May 2008 18:31:28 +0000 (18:31 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 24 May 2008 18:31:28 +0000 (18:31 +0000)
commite152a77d96df7479ce798ebd5baee7d41af99db3
tree3d13fa9679d1ae46e5dec0af2ddf09f6edd45561
parent6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it.  Closes #2926.
19 files changed:
Doc/library/basehttpserver.rst
Doc/library/logging.rst
Doc/library/repr.rst
Doc/library/simplexmlrpcserver.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Doc/whatsnew/2.6.rst
Lib/BaseHTTPServer.py
Lib/SimpleXMLRPCServer.py
Lib/SocketServer.py [moved from Lib/lib-old/SocketServer.py with 100% similarity]
Lib/idlelib/rpc.py
Lib/logging/config.py
Lib/test/test___all__.py
Lib/test/test_logging.py
Lib/test/test_py3kwarn.py
Lib/test/test_socketserver.py
Lib/test/test_wsgiref.py
Misc/NEWS
Misc/cheatsheet