• Facundo Batista's avatar
    Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class · 7f686fce
    Facundo Batista yazdı
    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]
    7f686fce
SimpleXMLRPCServer.py 21.2 KB