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 vstinner
Recipients paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2017-05-03.09:23:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493803397.91.0.353181433279.issue30233@psf.upfronthosting.co.za>
In-reply-to
Content
> If you can load any existing file into the editor, edit a bit, or maybe cut it down to a print statement, save under a new name, and run it, that should be enough.

I created a latin1 file with a "# coding: latin1" cookie header. I was able to open it in IDLE, run it, edit it, and then reload it. IDLE respected the Latin1 encoding, whereas my locale encoding is UTF-8.

Seems good.
History
Date User Action Args
2017-05-03 09:23:17vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-03 09:23:17vstinnersetmessageid: <1493803397.91.0.353181433279.issue30233@psf.upfronthosting.co.za>
2017-05-03 09:23:17vstinnerlinkissue30233 messages
2017-05-03 09:23:17vstinnercreate