Timothée CEZARD <tim.cez...@gmail.com> added the comment:

With 2.7 I'm getting another exception 
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 5, column 15
where with 2.6 I was getting 
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa3 in position 0: 
unexpected code byte
I didn't try with 3.2 yet.

I also "fixed" the bug in 2.6 by passing the encoding stored in ServerProxy to 
Transport and then Unmarshaller.
I probably did not do it the proper way but it works now

----------
Added file: http://bugs.python.org/file17683/xmlrpclib_fixed.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9006>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to