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 steve.dower
Recipients Jaime Torres, corona10, dstufft, eric.araujo, matrixise, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-11-19.11:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542627186.58.0.788709270274.issue35244@psf.upfronthosting.co.za>
In-reply-to
Content
You might consider adding this support to setuptools rather than CPython. The distutils module is basically closed to non-essential enhancements like this, and will eventually be deprecated for public use (which means totally unused on Windows and only used to build CPython itself on other platforms).

Setuptools will merge in what it needs to cover existing scenarios and will become a required dependency for distutils-like builds. So eventually it will end up only in there anyway, and people will get to use it sooner if you start by putting it in setuptools.
History
Date User Action Args
2018-11-19 11:33:06steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft, matrixise, corona10, Jaime Torres
2018-11-19 11:33:06steve.dowersetmessageid: <1542627186.58.0.788709270274.issue35244@psf.upfronthosting.co.za>
2018-11-19 11:33:06steve.dowerlinkissue35244 messages
2018-11-19 11:33:06steve.dowercreate