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 djmitche
Recipients brett.cannon, djmitche, lemburg, martin.panter, ncoghlan
Date 2015-04-14.02:08:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428977325.23.0.971300523458.issue19543@psf.upfronthosting.co.za>
In-reply-to
Content
This fixes the four cases Nick referred to, although not in the functions expected:

 - str.encode no longer exists
 - unicode.decode no longer exists
 - encoders used by str.encode must return bytes (does not apply to codecs.encode)
 - decoders used by unicode.decode must return unicode (does not apply to codecs.decode)
History
Date User Action Args
2015-04-14 02:08:45djmitchesetrecipients: + djmitche, lemburg, brett.cannon, ncoghlan, martin.panter
2015-04-14 02:08:45djmitchesetmessageid: <1428977325.23.0.971300523458.issue19543@psf.upfronthosting.co.za>
2015-04-14 02:08:45djmitchelinkissue19543 messages
2015-04-14 02:08:45djmitchecreate