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 Priit Oorn
Recipients Priit Oorn
Date 2017-04-29.16:48:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493484522.27.0.538445993706.issue30209@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that idle has problems with some UTF8 / Unicode characters and loading files that have them inside them.

I tried to do code to replace text with other symbols from unicode table. First in idle and pasting the symbol "𝔄" into the idle it caused both the text editor and idle itself to close. Then made edit and paste in notepad.exe for the same file, which seemed to work fine... but when I tried to open the file in idle, it opened an empty editor which was bugged and unable to close and I had to kill it off from taskmanager.
(Yes you can edit and write stuff into the empty new file, and even save it, but you can't close it from the top window X button and Exit causes it to close idle and keep the editor window still open)

replacements = {'A':'𝔄', 'B':'𝔅', 'C':'ℭ', 'D':'𝔇'}
History
Date User Action Args
2017-04-29 16:48:42Priit Oornsetrecipients: + Priit Oorn
2017-04-29 16:48:42Priit Oornsetmessageid: <1493484522.27.0.538445993706.issue30209@psf.upfronthosting.co.za>
2017-04-29 16:48:42Priit Oornlinkissue30209 messages
2017-04-29 16:48:42Priit Oorncreate