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 culler
Recipients culler, eric.smith, ned.deily, ronaldoussoren
Date 2020-10-18.14:29:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603031343.29.0.834808457819.issue42068@roundup.psfhosted.org>
In-reply-to
Content
Dear Eric,

I am aware that python is cross platform.

The change that I am proposing would be almost entirely limited to
the file:
 Mac/BuildScript/build-installer.py
which is entirely mac-specific.  It controls how the Mac installer is
constructed.  Specifically, the effect would be to change the
directory structure of the Python framework which is installed by the
Python installer package in /Library/Frameworks/Python.framework.

There presumably would also be a very small change in the _tkinter
module to account for the fact that the Tcl and Tk shared libraries
would acquire new pathnames.

My sincere apologies for offending you by my use of the words
"crazy" and "random noise". I hope you will be able to focus on the
content of the ticket in spite of my use of those offensive words.
History
Date User Action Args
2020-10-18 14:29:03cullersetrecipients: + culler, ronaldoussoren, eric.smith, ned.deily
2020-10-18 14:29:03cullersetmessageid: <1603031343.29.0.834808457819.issue42068@roundup.psfhosted.org>
2020-10-18 14:29:03cullerlinkissue42068 messages
2020-10-18 14:29:03cullercreate