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 shreyanavigyan
Recipients docs@python, paul.moore, shreyanavigyan, steve.dower, tim.golden, zach.ware
Date 2021-04-22.17:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619111978.74.0.268730582801.issue43804@roundup.psfhosted.org>
In-reply-to
Content
Both https://docs.python.org/3/extending/windows.html#building-on-windows and https://docs.python.org/3/extending/building.html recommends using distutils. As mentioned in PEP 632 distutils will soon be deprecated. I think it'll be a good idea to change the docs to recommend using setuptools and also change the source code for setup.py to use setuptools instead of distutils.
History
Date User Action Args
2021-04-22 17:19:38shreyanavigyansetrecipients: + shreyanavigyan, paul.moore, tim.golden, docs@python, zach.ware, steve.dower
2021-04-22 17:19:38shreyanavigyansetmessageid: <1619111978.74.0.268730582801.issue43804@roundup.psfhosted.org>
2021-04-22 17:19:38shreyanavigyanlinkissue43804 messages
2021-04-22 17:19:38shreyanavigyancreate