Nathan Williams added the comment:
Serhiy, that workaround worked for my needs, thanks.
--
___
Python tracker
<http://bugs.python.org/issue26873>
___
___
Pytho
Nathan Williams added the comment:
I have attached the response.
As it is coming from our UMS, I had to redact a few values, but that shouldn't
matter.
For reference, they were the host name of my email address, and the hashes of
passwords etc.
Our UMS is a bit too chatty!
--
New submission from Nathan Williams:
I am using xmlrpclib against an internal xmlrpc server.
One of the responses returns integer values, and it raises an exception in
"_stringify"
The code for _stringify is (xmlrpclib.py:180 in python2.7):
if unicode:
def _string