]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added tests for simple function calls and introspection that are run
authorFacundo Batista <facundobatista@gmail.com>
Tue, 14 Aug 2007 13:35:00 +0000 (13:35 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 14 Aug 2007 13:35:00 +0000 (13:35 +0000)
commita53872b09a60129489b204b5c1285e6a6bbcb914
treef57f0c9779319cad1c81fcee3e1a6f803ef33dbc
parent2ee4128e9b4f481d5029fe4c8ada6c12ac64e2bd
Added tests for simple function calls and introspection that are run
against a SimpleXMLRPCServer in a separate thread.  Because of
problems with WSAEWOULDBLOCK (error 10035) being raised by the server
on Windows, these new tests are skipped on win32. [GSoC - Alan McIntyre]
Lib/test/test_xmlrpc.py