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 terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2017-04-15.04:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492229713.57.0.375556997951.issue30022@psf.upfronthosting.co.za>
In-reply-to
Content
I checked the patch and it appears to be a clean search/replace.  I assume that the aliases have the same diff in C as in Python.

The only idlelib replacement is in run.py, where I (mistakenly) added IOError in 3.3 and 3.4 as well as in 2.7.  This must have been after a previous global replacement.  I would like this change backported to 3.6 to keep the files identical.
History
Date User Action Args
2017-04-15 04:15:13terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2017-04-15 04:15:13terry.reedysetmessageid: <1492229713.57.0.375556997951.issue30022@psf.upfronthosting.co.za>
2017-04-15 04:15:13terry.reedylinkissue30022 messages
2017-04-15 04:15:12terry.reedycreate