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 Timothée.CEZARD
Recipients Timothée.CEZARD, eric.araujo
Date 2010-06-16.14:44:41
SpamBayes Score 8.088081e-05
Marked as misclassified No
Message-id <1276699497.12.0.968570469221.issue9006@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-16 14:44:57Timothée.CEZARDsetrecipients: + Timothée.CEZARD, eric.araujo
2010-06-16 14:44:57Timothée.CEZARDsetmessageid: <1276699497.12.0.968570469221.issue9006@psf.upfronthosting.co.za>
2010-06-16 14:44:55Timothée.CEZARDlinkissue9006 messages
2010-06-16 14:44:55Timothée.CEZARDcreate