]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix xmlrpc unittest. While it now passes on Linux, it still fails
authorHye-Shik Chang <hyeshik@gmail.com>
Sun, 19 Aug 2007 10:49:11 +0000 (10:49 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sun, 19 Aug 2007 10:49:11 +0000 (10:49 +0000)
commit9604286ee129357d59522a2a1e95b4e0668c85cd
treec5eca0a84c5297e80039c5390904c2b3b7a675ab
parentfaa54a392951468090f0095ffa927b16fcb20ca4
Fix xmlrpc unittest.  While it now passes on Linux, it still fails
on FreeBSD due to the difference of socket blocking mode inheritance.
Lib/SimpleXMLRPCServer.py
Lib/xmlrpclib.py