Message 374165 - Python tracker

Message374165

Author terry.reedy
Recipients rhettinger, serhiy.storchaka, terry.reedy
Date 2020-07-24.09:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595581684.37.0.766045804796.issue41373@roundup.psfhosted.org>
In-reply-to
Content
Raymond, I tested patch today and expect to apply it (without unittests yet) tomorrow, so will be in 3.9.0rc1 abd 3.8.6.  In the meanwhile, either create new files within IDLE (File=>NEW) or add "isinstance(self.eol_convention, str) and " after 'if' on line 251 of idlelib/iomenu.py, just before the line in the traceback.

The added check will be put elsewhere by the patch, but it should work on 251.
History
Date User Action Args
2020-07-24 09:08:04terry.reedysetrecipients: + terry.reedy, rhettinger, serhiy.storchaka
2020-07-24 09:08:04terry.reedysetmessageid: <1595581684.37.0.766045804796.issue41373@roundup.psfhosted.org>
2020-07-24 09:08:04terry.reedylinkissue41373 messages
2020-07-24 09:08:04terry.reedycreate