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 ncoghlan
Recipients eric.araujo, eric.smith, ncoghlan, orsenthil, pitrou, r.david.murray, vstinner
Date 2010-10-03.02:36:08
SpamBayes Score 0.006903424
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
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.
History
Date User Action Args
2010-10-03 02:36:10ncoghlansetrecipients: + ncoghlan, orsenthil, pitrou, vstinner, eric.smith, eric.araujo, r.david.murray
2010-10-03 02:36:10ncoghlansetmessageid: <[email protected]>
2010-10-03 02:36:09ncoghlanlinkissue9873 messages
2010-10-03 02:36:08ncoghlancreate