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 Todd.Rovito, asvetlov, ezio.melotti, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-06-06.21:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370553748.0.0.651604054921.issue18152@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio: yes. Once I have written a working-directory diff to a file for upload (non-trivial on Windows), 'Import' is as easy to use as Graft and as far as I know, the result when successful is the same. I know I 'should' learn to use kdiff3 effectively, but it seldom works right for me, and the live repository is the wrong place to learn by failure. (This gives me an idea for another forum.)

A third always correct import substitution pair:
import tkinter.simpledialog as tkSimpleDialog <-> import tkSimpleDialog

I am not sure if a script will be used until I try one. I do not know anything about writing extensions. A lists of Idle-specific conversions may be enough.
History
Date User Action Args
2013-06-06 21:22:28terry.reedysetrecipients: + terry.reedy, ned.deily, ezio.melotti, roger.serwy, asvetlov, Todd.Rovito, serhiy.storchaka
2013-06-06 21:22:28terry.reedysetmessageid: <1370553748.0.0.651604054921.issue18152@psf.upfronthosting.co.za>
2013-06-06 21:22:27terry.reedylinkissue18152 messages
2013-06-06 21:22:27terry.reedycreate