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 ezio.melotti
Recipients Thomas Fenzl, docs@python, ezio.melotti, ncoghlan, python-dev
Date 2013-05-10.02:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368152946.2.0.898167439877.issue17841@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed, thanks for the patch!

@Nick
While this works as a short-term solution, I think it would be good to
 1) reintroduce the aliases in 3.4 (so that codecs.encode(b'foo', 'base64') works without spelling out the full codec name);
 2) either separate these codecs from the others, or tweak the error message of str.encode/bytes.decode to point to codecs.encode/decode.
Should I create a new issue and/or ask python-dev about this?
History
Date User Action Args
2013-05-10 02:29:06ezio.melottisetrecipients: + ezio.melotti, ncoghlan, docs@python, python-dev, Thomas Fenzl
2013-05-10 02:29:06ezio.melottisetmessageid: <1368152946.2.0.898167439877.issue17841@psf.upfronthosting.co.za>
2013-05-10 02:29:06ezio.melottilinkissue17841 messages
2013-05-10 02:29:05ezio.melotticreate