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 Rosuav, benjamin.peterson, python-dev, serhiy.storchaka, steven.daprano
Date 2015-12-18.11:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450437671.4.0.878998311465.issue25899@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/idlelib/CREDITS.txt and Lib/idlelib/README.txt are read by IDLE. The first with the iso-8859-1 encoding, the second with locale encoding. Both are wrong if files are in UTF-8.
History
Date User Action Args
2015-12-18 11:21:11serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, steven.daprano, python-dev, Rosuav
2015-12-18 11:21:11serhiy.storchakasetmessageid: <1450437671.4.0.878998311465.issue25899@psf.upfronthosting.co.za>
2015-12-18 11:21:11serhiy.storchakalinkissue25899 messages
2015-12-18 11:21:11serhiy.storchakacreate