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 georg.brandl
Recipients brett.cannon, eric.araujo, georg.brandl, terry.reedy
Date 2010-12-17.15:40:12
SpamBayes Score 0.0011973283
Marked as misclassified No
Message-id <1292600416.44.0.89884228217.issue8754@psf.upfronthosting.co.za>
In-reply-to
Content
The change would be fine with me.  What happens with the PyUnicode_FromString() usage in the patch if the string cannot be decoded?  That should not lead to a UnicodeError being raised.

Also, the __main__ changes look gratuitous to me.
History
Date User Action Args
2010-12-17 15:40:16georg.brandlsetrecipients: + georg.brandl, brett.cannon, terry.reedy, eric.araujo
2010-12-17 15:40:16georg.brandlsetmessageid: <1292600416.44.0.89884228217.issue8754@psf.upfronthosting.co.za>
2010-12-17 15:40:13georg.brandllinkissue8754 messages
2010-12-17 15:40:12georg.brandlcreate