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 elmjag
Recipients docs@python, elmjag
Date 2021-12-07.08:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638864537.57.0.967787312853.issue46005@roundup.psfhosted.org>
In-reply-to
Content
As the distutils have been deprecated, the documentation on building C/C++ extension modules should be updated to use more future proof tool.

I guess the section:

'Building C and C++ Extensions with distutils'

should be replaced with:

'Building C and C++ Extensions with setuptools'

Here is link to the section that needs to be updated/replaced:

https://docs.python.org/3/extending/building.html#building-c-and-c-extensions-with-distutils
History
Date User Action Args
2021-12-07 08:08:57elmjagsetrecipients: + elmjag, docs@python
2021-12-07 08:08:57elmjagsetmessageid: <1638864537.57.0.967787312853.issue46005@roundup.psfhosted.org>
2021-12-07 08:08:57elmjaglinkissue46005 messages
2021-12-07 08:08:57elmjagcreate