]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
authorFacundo Batista <facundobatista@gmail.com>
Fri, 17 Aug 2007 19:16:44 +0000 (19:16 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 17 Aug 2007 19:16:44 +0000 (19:16 +0000)
commit7f686fce40c37a0b8117abb244ec2763cbcd2b58
treeb6b94d1973023940f5929b52def6487065d4bc3b
parent414f3f90f01f53d8c9bb6e2f626fb8674dcb616d
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
that allows sending back exception/stack trace information about
internal server errors (this flag defaults to False to avoid sending
such information unless explicitly enabled).  Added tests to verify
behavior of this new feature (these tests are skipped on win32 because
of problems with WSAEWOULDBLOCK). Renamed HTTPTestCase to
SimpleServerTestCase. [GSoC - Alan McIntyre]
Lib/SimpleXMLRPCServer.py
Lib/test/test_xmlrpc.py