Pybots

Build sparc Solaris 10 trunk:#1249

Buildslave:

flanagan-sparc

Reason:

SourceStamp:

Results:

failed test Django

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 r63132]
    1. stdio
  2. configure [configure]
    1. stdio
  3. compile [compile]
    1. stdio
  4. test [test failed]
    1. stdio
  5. make install [make install]
    1. stdio
  6. Django [Django tests failed]
    1. stdio
  7. clean [clean]
    1. stdio

Blamelist:

  1. alexandre.vassalotti

All Changes

  1. Changed by: alexandre.vassalotti
    Changed at: Mon 12 May 2008 02:11:24
    Branch: trunk
    Revision: 63132

    Changed files:

    • /trunk/Doc/library/basehttpserver.rst
    • /trunk/Doc/library/logging.rst
    • /trunk/Doc/library/simplexmlrpcserver.rst
    • /trunk/Doc/library/socket.rst
    • /trunk/Doc/library/socketserver.rst
    • /trunk/Lib/BaseHTTPServer.py
    • /trunk/Lib/SimpleXMLRPCServer.py
    • /trunk/Lib/idlelib/rpc.py
    • /trunk/Lib/logging/config.py
    • /trunk/Lib/test/test___all__.py
    • /trunk/Lib/test/test_logging.py
    • /trunk/Lib/test/test_socketserver.py
    • /trunk/Lib/test/test_wsgiref.py
    • /trunk/Misc/cheatsheet
    Comments:
    Updated all import statements to use the new socketserver module name.
    Renamed socketserver module in its own documentation. 
    Renamed documentation references.