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 pitrou
Recipients pitrou
Date 2010-08-09.19:50:51
SpamBayes Score 3.603717e-08
Marked as misclassified No
Message-id <1281383453.04.0.233452795116.issue9549@psf.upfronthosting.co.za>
In-reply-to
Content
The use of sys.setdefaultencoding() has always been discouraged, and it has become a no-op in py3k (the encoding is hard-wired to utf-8 and changing it raises an error). It is time to remove this function entirely.

The state of PyUnicode_SetDefaultEncoding() should be also considered, since it has become useless for the same reasons.
History
Date User Action Args
2010-08-09 19:50:53pitrousetrecipients: + pitrou
2010-08-09 19:50:53pitrousetmessageid: <1281383453.04.0.233452795116.issue9549@psf.upfronthosting.co.za>
2010-08-09 19:50:51pitroulinkissue9549 messages
2010-08-09 19:50:51pitroucreate