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 taleinat
Recipients docs@python, elmjag, eric.araujo, sobolevn, taleinat
Date 2022-01-18.07:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642490072.76.0.620045385936.issue46005@roundup.psfhosted.org>
In-reply-to
Content
First, I think that it's good and useful to have full, well-maintained examples of how to build extension modules in the docs.

Second, until distutils is removed, I think we should keep the documentation for how to use it. Due to this, I don't think adding the "setuptools disclaimer" would be appropriate, since we shouldn't remove the section once the setuptools docs are updated.

It seems to me that we should:

1. Add a prominent note about distutils being deprecated and what that means: can one still use it, should one still use it, when is it planned to be removed, etc.

2. Add mention that 3rd-party tools are now the recommended way to build extensions. Include links to the sections in these libraries' docs explaining how to build extensions.
History
Date User Action Args
2022-01-18 07:14:32taleinatsetrecipients: + taleinat, eric.araujo, docs@python, sobolevn, elmjag
2022-01-18 07:14:32taleinatsetmessageid: <1642490072.76.0.620045385936.issue46005@roundup.psfhosted.org>
2022-01-18 07:14:32taleinatlinkissue46005 messages
2022-01-18 07:14:32taleinatcreate