diff options
author | Christian Heimes <christian@python.org> | 2022-07-25 13:50:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 13:50:46 (GMT) |
commit | a566912049722386478c075b83534fa9f7a1de45 (patch) | |
tree | 9785108e48f335131dba9b384d06ce6c72b49b4e /Doc/contents.rst | |
parent | d58be48369186590d4dfa204bf6b4c432b665281 (diff) | |
download | cpython-a566912049722386478c075b83534fa9f7a1de45.zip cpython-a566912049722386478c075b83534fa9f7a1de45.tar.gz cpython-a566912049722386478c075b83534fa9f7a1de45.tar.bz2 |
gh-85454: Remove distutils documentation (#95239)
Most places now refer to setuptools or link to setuptools documentation.
Some examples like zipapp need to be updated later.
Diffstat (limited to 'Doc/contents.rst')
-rw-r--r-- | Doc/contents.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/contents.rst b/Doc/contents.rst index 8690de7..464f93b 100644 --- a/Doc/contents.rst +++ b/Doc/contents.rst @@ -27,5 +27,4 @@ .. toctree:: :hidden: - distutils/index.rst install/index.rst |