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 serhiy.storchaka
Recipients Yury.Selivanov, doerwalter, larry, lemburg, ncoghlan, serhiy.storchaka, yselivanov
Date 2015-08-08.20:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439065334.52.0.467083029681.issue24824@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is easy.

In future we should unify docstrings for codecs.encode() and codecs.decode() with str.encode(), bytes.decode() and like.
History
Date User Action Args
2015-08-08 20:22:14serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, ncoghlan, larry, Yury.Selivanov, yselivanov
2015-08-08 20:22:14serhiy.storchakasetmessageid: <1439065334.52.0.467083029681.issue24824@psf.upfronthosting.co.za>
2015-08-08 20:22:14serhiy.storchakalinkissue24824 messages
2015-08-08 20:22:14serhiy.storchakacreate