]> granicus.if.org Git - python/commit
Issue #7449, part 9: fix test_xmlrpclib for missing threading module
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:14:58 +0000 (23:14 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:14:58 +0000 (23:14 +0000)
commita44b5a332620c8fc0fcf25f81025e5f9d832a5e2
tree175bfb58ad43a3db18b01f0b0ea8e6a80d8b05fb
parent09227b9111380cf4daf0afbdb29bc305b294c11c
Issue #7449, part 9: fix test_xmlrpclib for missing threading module

 * Skip testcases using threads if threading module is missing
 * Use "http://" instead of URL in ServerProxyTestCase if threading is missing
   because URL is not set in this case
Lib/test/test_xmlrpc.py