Changed by: alexandre.vassalotti
Changed at: Mon 12 May 2008 02:31:53
Branch: branches/py3k
Revision: 63140
Changed files:
- /branches/py3k/
- /branches/py3k/Doc/library/basehttpserver.rst
- /branches/py3k/Doc/library/logging.rst
- /branches/py3k/Doc/library/simplexmlrpcserver.rst
- /branches/py3k/Doc/library/socket.rst
- /branches/py3k/Doc/library/socketserver.rst
- /branches/py3k/Lib/BaseHTTPServer.py
- /branches/py3k/Lib/SimpleXMLRPCServer.py
- /branches/py3k/Lib/SocketServer.py
- /branches/py3k/Lib/idlelib/rpc.py
- /branches/py3k/Lib/logging/config.py
- /branches/py3k/Lib/socketserver.py
- /branches/py3k/Lib/test/test___all__.py
- /branches/py3k/Lib/test/test_logging.py
- /branches/py3k/Lib/test/test_socketserver.py
- /branches/py3k/Lib/test/test_wsgiref.py
- /branches/py3k/Misc/NEWS
- /branches/py3k/Misc/cheatsheet
Comments:
Renamed the SocketServer module to 'socketserver'.
Merged revisions 63132 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63132 | alexandre.vassalotti | 2008-05-11 22:11:22 -0400 (Sun, 11 May 2008) | 4 lines
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
........