]> granicus.if.org Git - python/commit
Renamed the SocketServer module to 'socketserver'.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 12 May 2008 02:31:37 +0000 (02:31 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 12 May 2008 02:31:37 +0000 (02:31 +0000)
commitce261952e640b2d09ada1b160f0cfa37db32f928
tree17b1c2129377435cbaf0169f702b78a61407b90f
parent6f1e619b414a93084efbb7244034a3546899fa4b
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.
........
16 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/socketserver.py [moved from Lib/SocketServer.py with 100% similarity]
Lib/test/test___all__.py
Lib/test/test_logging.py
Lib/test/test_socketserver.py
Lib/test/test_wsgiref.py
Misc/NEWS
Misc/cheatsheet