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 koobs
Recipients hroncok, koobs, ned.deily, serhiy.storchaka, vstinner
Date 2019-06-04.05:14:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559625298.29.0.476534812488.issue36707@roundup.psfhosted.org>
In-reply-to
Content
Those script names would already have code to handle name changes based on existing abiflags/soabi string (as FreeBSD does), and would be trivial to modify for 'm' removal.

For third party stuff: we use setuptools --record for 'everything', so as long as filenames are 'correct' for the files that are actually installed, and downstreams are clear what the scope of the changes are, 'm' removal is not an issue when it come so packaging third party packages/extensions.

A new file extension format or substantially more complex magic would be, on the other hand.

A new minor is a good time to make these changes, and there's nothing really blocking about a new python38 port/package, and nothing consumes it yet in downstream OS's
History
Date User Action Args
2019-06-04 05:14:58koobssetrecipients: + koobs, vstinner, ned.deily, serhiy.storchaka, hroncok
2019-06-04 05:14:58koobssetmessageid: <1559625298.29.0.476534812488.issue36707@roundup.psfhosted.org>
2019-06-04 05:14:58koobslinkissue36707 messages
2019-06-04 05:14:58koobscreate