This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-06-10.20:45:34
SpamBayes Score 0.0031928264
Marked as misclassified No
Message-id <1213130740.65.0.865177105879.issue3076@psf.upfronthosting.co.za>
In-reply-to
Content
Latest py3k branch,

test_xmlrpc_net
test test_xmlrpc_net failed -- Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_xmlrpc_net.py", line 
18, in test_current_time
    t0 = server.currentTime.getCurrentTime()
  File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1095, in 
__call__
    return self.__send(self.__name, args)
  File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1353, in 
__request
    verbose=self.__verbose
  File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1136, in 
request
    return self._parse_response(resp, None)
  File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 1246, in 
_parse_response
    p.feed(response)
  File "/Users/cartman/Sources/py3k/Lib/xmlrpc/client.py", line 516, in 
feed
    self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: mismatched tag: line 10, column 7

This is MacOSX Leopard 10.5.3
History
Date User Action Args
2008-06-10 20:45:41donmezsetspambayes_score: 0.00319283 -> 0.0031928264
recipients: + donmez
2008-06-10 20:45:40donmezsetspambayes_score: 0.00319283 -> 0.00319283
messageid: <1213130740.65.0.865177105879.issue3076@psf.upfronthosting.co.za>
2008-06-10 20:45:38donmezlinkissue3076 messages
2008-06-10 20:45:36donmezcreate