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 Al.Sweigart, kbk, markroseman, ncoghlan, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2016-05-25.20:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464209663.91.0.232892728421.issue24225@psf.upfronthosting.co.za>
In-reply-to
Content
Ned, the rename (only) patch is useless to read as it is hg's bloated expansion of the rename commands in i3rename.bat.

The main update is based on my review of Al's patch.  In user testing, I discovered that the debugger depended on 'RemoteDebugger.py' being prefix + 'Debugger.py', so that its code needed more than a simple name replacement when I changed to 'debugger.py' and 'debugger_r.py'.  We both missed "from idlelib import PathBrowser" buried in EditorWindow.open_path_browser.  I plan to collapse the update patches after I finish live user testing.  I am now using patched IDLE for further editing.
History
Date User Action Args
2016-05-25 20:54:24terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, ned.deily, roger.serwy, markroseman, Al.Sweigart, serhiy.storchaka
2016-05-25 20:54:23terry.reedysetmessageid: <1464209663.91.0.232892728421.issue24225@psf.upfronthosting.co.za>
2016-05-25 20:54:23terry.reedylinkissue24225 messages
2016-05-25 20:54:23terry.reedycreate