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.19:55:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439063749.23.0.391069476079.issue24824@psf.upfronthosting.co.za>
In-reply-to
Content
sys.getdefaultencoding() always returns "utf-8" in 3.x (it left for compatibility with 2.x). I suggested to set defaults to literal "utf-8". This matches documentation and signatures of str.encode() and bytes.decode().
History
Date User Action Args
2015-08-08 19:55:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, ncoghlan, larry, Yury.Selivanov, yselivanov
2015-08-08 19:55:49serhiy.storchakasetmessageid: <1439063749.23.0.391069476079.issue24824@psf.upfronthosting.co.za>
2015-08-08 19:55:49serhiy.storchakalinkissue24824 messages
2015-08-08 19:55:48serhiy.storchakacreate