This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, kristjan.jonsson, pitrou
Date 2009-07-19.22:45:16
SpamBayes Score 5.8037156e-05
Marked as misclassified No
Message-id <1248043518.47.0.104487713326.issue6499@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, now all the tests pass.
However I had intermittent failures (with a really useful error message)
on test_docxmlrpc:

$ ./python Lib/test/regrtest.py -v test_docxmlrpc
test_docxmlrpc
test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
Test that selfdot values are made strong automatically in the ... ok
test_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
Test that the server correctly automatically wraps references to PEPS ... ok
test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
... ok
test_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
Test that lambda functionality stays the same.  The output produced ... ok
test_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer)
Test the precense of three consecutive system.* methods. ... ok
test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer) ... ok

----------------------------------------------------------------------
Ran 6 tests in 0.392s

OK
1 test OK.
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:
History
Date User Action Args
2009-07-19 22:45:18ezio.melottisetrecipients: + ezio.melotti, pitrou, kristjan.jonsson
2009-07-19 22:45:18ezio.melottisetmessageid: <1248043518.47.0.104487713326.issue6499@psf.upfronthosting.co.za>
2009-07-19 22:45:17ezio.melottilinkissue6499 messages
2009-07-19 22:45:16ezio.melotticreate