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 vstinner
Recipients Steven.Hartland, loewis, vstinner
Date 2010-01-21.02:15:01
SpamBayes Score 0.0018761837
Marked as misclassified No
Message-id <1264040104.19.0.336247171262.issue7727@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an example of patch using the following test:

   all(32 <= ord(byte) <= 127 for byte in value)

I don't know how much slower is the patch, but at least it doesn't raise an "ExpatError: not well-formed (invalid token): ...".
History
Date User Action Args
2010-01-21 02:15:04vstinnersetrecipients: + vstinner, loewis, Steven.Hartland
2010-01-21 02:15:04vstinnersetmessageid: <1264040104.19.0.336247171262.issue7727@psf.upfronthosting.co.za>
2010-01-21 02:15:02vstinnerlinkissue7727 messages
2010-01-21 02:15:02vstinnercreate