-
Changed by: alexandre.vassalotti
Changed at: Mon 12 May 2008 02:19:15
Branch: branches/py3k
Revision: 63136
Changed files:
Comments:
Blocked revisions 63129 via svnmerge
........
r63129 | alexandre.vassalotti | 2008-05-11 21:37:10 -0400 (Sun, 11 May 2008) | 3 lines
Renamed SocketServer to 'socketserver'.
Deprecated old name.
........
-
Changed by: alexandre.vassalotti
Changed at: Mon 12 May 2008 02:19:41
Branch: branches/py3k
Revision: 63137
Changed files:
Comments:
Blocked revisions 63134 via svnmerge
........
r63134 | alexandre.vassalotti | 2008-05-11 22:18:15 -0400 (Sun, 11 May 2008) | 3 lines
Added stub entry in the documentation mentioning SocketServer
was renamed.
........
-
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.
........