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 ned.deily
Recipients andyharrington, miss-islington, ned.deily, taleinat, terry.reedy, wordtech
Date 2018-11-12.04:50:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541998229.52.0.788709270274.issue34864@psf.upfronthosting.co.za>
In-reply-to
Content
By default, macOS installers just install the files included in a package.  For macOS Python installer packages, the problem arises if a particular file is deleted or renamed in a maintenance release and a user has already installed an earlier version of that release family.  It's possible for a post-install script to be added to the macOS installer to deal with particular files but that doesn't happen automatically.  On Linux and other OSes, it would depend how the third-party distributor's packaging system works; some would detect a changed or missing file name, some likely wouldn't.  And there's always the possibility that third-party packages or users are using or modifying standard library files.  It's just best to avoid the problem altogether unless there is some really compelling reason.  Of course renames or deletes for the initial release of a feature branch (e.g. 3.8.0) generally aren't a problem.
History
Date User Action Args
2018-11-12 04:50:29ned.deilysetrecipients: + ned.deily, terry.reedy, taleinat, andyharrington, wordtech, miss-islington
2018-11-12 04:50:29ned.deilysetmessageid: <1541998229.52.0.788709270274.issue34864@psf.upfronthosting.co.za>
2018-11-12 04:50:29ned.deilylinkissue34864 messages
2018-11-12 04:50:29ned.deilycreate