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 ned.deily
Recipients kamisky, ned.deily
Date 2015-03-15.10:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426415242.79.0.124129393568.issue23672@psf.upfronthosting.co.za>
In-reply-to
Content
At least on some platforms (e.g. OS X), it is easy to create files with legitimate names containing code points above the BMP limit (<= U+FFFF) currently imposed by Tcl/Tk.  For IDLE 3, I suspect _filename_to_unicode() in EditorWindow could be modified to check for such cases to prevent problems if such file names end up in recent-files.lst.  That might not be sufficient: there may be other problematic places.  I also was able to crash a current IDLE 2.7 just opening a file with such a name.
History
Date User Action Args
2015-03-15 10:27:22ned.deilysetrecipients: + ned.deily, kamisky
2015-03-15 10:27:22ned.deilysetmessageid: <1426415242.79.0.124129393568.issue23672@psf.upfronthosting.co.za>
2015-03-15 10:27:22ned.deilylinkissue23672 messages
2015-03-15 10:27:22ned.deilycreate