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 terry.reedy
Recipients jaraco, lars.gustaebel, python-dev, terry.reedy, vstinner
Date 2011-12-26.07:26:24
SpamBayes Score 0.00017773118
Marked as misclassified No
Message-id <1324884384.82.0.750465844317.issue13639@psf.upfronthosting.co.za>
In-reply-to
Content
As I understand the patched code, it only fixes the issue for unicode names that can be latin-1 encoded and that other unicode names will raise the same exception with 'latin-1' (or equivalent) substituted for 'ascii'. So it is easy for me to anticipate a new issue reporting such someday.

I would prefer a more complete fix. If 3 is easier than 4, fine with me.
History
Date User Action Args
2011-12-26 07:26:24terry.reedysetrecipients: + terry.reedy, jaraco, lars.gustaebel, vstinner, python-dev
2011-12-26 07:26:24terry.reedysetmessageid: <1324884384.82.0.750465844317.issue13639@psf.upfronthosting.co.za>
2011-12-26 07:26:24terry.reedylinkissue13639 messages
2011-12-26 07:26:24terry.reedycreate