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 pitrou
Recipients eric.araujo, eric.smith, ncoghlan, orsenthil, pitrou, r.david.murray, vstinner
Date 2010-10-03.12:44:48
SpamBayes Score 0.0046016704
Marked as misclassified No
Message-id <1286109884.3111.16.camel@localhost.localdomain>
In-reply-to <1286073370.52.0.72639407618.issue9873@psf.upfronthosting.co.za>
Content
> As per RDM's email to python-dev, a better way to create the
> pseudo_str values would be by decoding as ascii with a surrogate
> escape error handler rather than by decoding as latin-1.

If you were worried about performance, then surrogateescape is certainly
much slower than latin1.
History
Date User Action Args
2010-10-03 12:44:53pitrousetrecipients: + pitrou, ncoghlan, orsenthil, vstinner, eric.smith, eric.araujo, r.david.murray
2010-10-03 12:44:49pitroulinkissue9873 messages
2010-10-03 12:44:49pitroucreate