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 andyharrington, miss-islington, ned.deily, taleinat, terry.reedy, wordtech
Date 2018-11-12.04:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541997406.06.0.788709270274.issue34864@psf.upfronthosting.co.za>
In-reply-to
Content
I will leave macosx alone at least until after 3.6.8.  But I plan to merge some modules and want to be able to rename others.  #33906 changed windows.py to window.py for 3.7.1 (and 3.6.7).  The 3.7.1 Windows installer deleted windows.py; the macOS installer did not.  Tal, do you have a Linux 3.7.1 upgrade of 3.7.0?  What is the downside of the old, dead version?

I could, for the maintenance version, add back a file containing
"# renamed xyz.py" or "# merged into abc.py".  An possible example of the latter is merging autocomplete_w.py into autocomplete.py.  (I strongly suspect that the split was for a Java-esque one-class per module rule.)  Can modules be made system specific without great hassle?
History
Date User Action Args
2018-11-12 04:36:46terry.reedysetrecipients: + terry.reedy, taleinat, andyharrington, wordtech, ned.deily, miss-islington
2018-11-12 04:36:46terry.reedysetmessageid: <1541997406.06.0.788709270274.issue34864@psf.upfronthosting.co.za>
2018-11-12 04:36:46terry.reedylinkissue34864 messages
2018-11-12 04:36:45terry.reedycreate