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 lemburg
Recipients Yury.Selivanov, doerwalter, larry, lemburg, ncoghlan, serhiy.storchaka, yselivanov
Date 2015-08-08.20:23:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439065400.06.0.708170570171.issue24824@psf.upfronthosting.co.za>
In-reply-to
Content
Please use encoding='utf-8' as definition for codecs.encode() and codecs.decode().

There is no adjustable default encoding in Python 3 anymore.

For Python 3.6 this should probably be fixed everywhere.
History
Date User Action Args
2015-08-08 20:23:20lemburgsetrecipients: + lemburg, doerwalter, ncoghlan, larry, Yury.Selivanov, serhiy.storchaka, yselivanov
2015-08-08 20:23:20lemburgsetmessageid: <1439065400.06.0.708170570171.issue24824@psf.upfronthosting.co.za>
2015-08-08 20:23:20lemburglinkissue24824 messages
2015-08-08 20:23:19lemburgcreate