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 barry, ezio.melotti, flox, lemburg, ncoghlan, vstinner
Date 2013-11-13.13:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384349556.76.0.795963172664.issue17828@psf.upfronthosting.co.za>
In-reply-to
Content
Patch for the final version that I'm about to commit.

- I realised the exception chaining would only trigger for the encode() and decode() methods, when it was equally applicable to the codecs.encode() and codecs.decode() functions, so I updated the test cases and moved it accordingly.

- reworded the What's New text to better clarify the historical confusion around the nature of the codecs module that these changes are intended to rectify (since the intent is clear from the existence of codecs.encode and codecs.decode and their coverage in the test suite since Python 2.4).
History
Date User Action Args
2013-11-13 13:32:38ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, flox
2013-11-13 13:32:36ncoghlansetmessageid: <1384349556.76.0.795963172664.issue17828@psf.upfronthosting.co.za>
2013-11-13 13:32:36ncoghlanlinkissue17828 messages
2013-11-13 13:32:36ncoghlancreate