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-22.23:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463958399.08.0.552134784876.issue24225@psf.upfronthosting.co.za>
In-reply-to
Content
Attached are my current renames, with just a few changes from before  Most are lower case versions of the current names, perhaps shortened.  I expect names with '_' to disappear in future file merges.  I may change 'outwin' before 3.6 is released.

The biggest changes are the 3 xyzBindings files.  In tk, bind methods connect an event to an event handler.  Bindings.py defines the menu of the main windows, and the associated pseudoevents, but not the event bindings.  Hence, 'mainmenu'.  (I considered just 'menu', but 'menu' is used as a local name in multiple places.)  The other two may have bindings, but that is a fairly trivial implementatin detail and I would rather have name that reflect what the files do or implement.  If 'iomenu' is expanded to implement more of the file menu, I may rename it 'filemenu' or 'files'.

I have an independent clone of 3.6 with no connection to my normal working repositories.  We can discuss squashing commits or not when I am ready to push.

Al's 'idle_updating_imports.patch' missed a couple of renames in comments, but its code changes seem complete and correct as of a year ago.  (The main change is replacing some code with the new help.py.) It will be very useful.  I replaced his new names with mine with a short program and expect only a couple of chunks to fail.
History
Date User Action Args
2016-05-22 23:06:39terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, ned.deily, roger.serwy, markroseman, Al.Sweigart, serhiy.storchaka
2016-05-22 23:06:39terry.reedysetmessageid: <1463958399.08.0.552134784876.issue24225@psf.upfronthosting.co.za>
2016-05-22 23:06:39terry.reedylinkissue24225 messages
2016-05-22 23:06:38terry.reedycreate