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 loewis, r.david.murray, vstinner
Date 2011-06-15.22:10:23
SpamBayes Score 0.0023473212
Marked as misclassified No
Message-id <1308175824.42.0.224582498974.issue12263@psf.upfronthosting.co.za>
In-reply-to
Content
punycode_errors.patch:
 - raise an error if errors="replace": only accept strict and ignore
 - use errors to encode/decode to/from ASCII
 - add unit tests

I don't think that the change should be documented, because punycode has no section in Doc/library/codecs.rst, and I hope that nobody uses something different than strict :-)
History
Date User Action Args
2011-06-15 22:10:24vstinnersetrecipients: + vstinner, loewis, r.david.murray
2011-06-15 22:10:24vstinnersetmessageid: <1308175824.42.0.224582498974.issue12263@psf.upfronthosting.co.za>
2011-06-15 22:10:23vstinnerlinkissue12263 messages
2011-06-15 22:10:23vstinnercreate