Python

Build x86 W2k8 3.0:#330

Buildslave:

nelson-windows

Reason:

SourceStamp:

Results:

failed failed slave lost

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Reason for re-running build:

Steps and Logfiles:

  1. svn [update [branch] r63140]
    1. stdio
  2. compile [compile failed slave lost]
    1. stdio
    2. interrupt
  3. test []
  4. clean []

Blamelist:

  1. alexandre.vassalotti

All Changes

  1. 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.
    ........