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 eric.araujo, eric.smith, ncoghlan, orsenthil, pitrou, r.david.murray, vstinner
Date 2010-10-05.07:32:02
SpamBayes Score 4.793091e-05
Marked as misclassified No
Message-id <201010050931.54349.victor.stinner@haypocalc.com>
In-reply-to <1286109884.3111.16.camel@localhost.localdomain>
Content
> If you were worried about performance, then surrogateescape is certainly
> much slower than latin1.

If you were really worried about performance, the bytes type is maybe faster 
than: decode bytes to str using latin-1, process str strings, encode str to 
bytes using latin-1.
History
Date User Action Args
2010-10-05 07:32:05vstinnersetrecipients: + vstinner, ncoghlan, orsenthil, pitrou, eric.smith, eric.araujo, r.david.murray
2010-10-05 07:32:03vstinnerlinkissue9873 messages
2010-10-05 07:32:03vstinnercreate