◐ Shell
clean mode source ↗

Message 71381 - Python tracker

Message71381

Author pitrou
Recipients benjamin.peterson, edreamleo, pitrou
Date 2008-08-18.21:15:28
SpamBayes Score 0.00046333257
Marked as misclassified No
Message-id <1219094129.46.0.0453613607899.issue3590@psf.upfronthosting.co.za>
In-reply-to
Content
> The same calls to sax read the file correctly on Python 2.5.

What are those calls exactly?
Why is "cp1252" used as an encoding? Is it what is specified in the XML
file? Or do you somehow feed stdin to the SAX parser? (if the latter,
you aren't testing bytes handling since stdin/stdout/stderr are text
streams in py3k)
History
Date User Action Args
2008-08-18 21:15:29pitrousetrecipients: + pitrou, benjamin.peterson, edreamleo
2008-08-18 21:15:29pitrousetmessageid: <1219094129.46.0.0453613607899.issue3590@psf.upfronthosting.co.za>
2008-08-18 21:15:28pitroulinkissue3590 messages
2008-08-18 21:15:28pitroucreate