]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Catch ProtocolError exceptions and include the header information in
authorFacundo Batista <facundobatista@gmail.com>
Tue, 21 Aug 2007 00:16:21 +0000 (00:16 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 21 Aug 2007 00:16:21 +0000 (00:16 +0000)
commitc65a5f1b14ff6bd995d7cb102e5b4577ce0f16e2
tree57fc2471bd3f2cf277794adfc3d73b143811316e
parent54ec61ea6e0e5eab62309f1c238af19dda77b607
Catch ProtocolError exceptions and include the header information in
test output (to make it easier to debug test failures caused by
problems in the server). [GSoC - Alan McIntyre]
Lib/test/test_xmlrpc.py