From fd52bf970858bb98d9ef4d52c1eaf4436379581a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:57:22 +0200 Subject: [PATCH 1/2] PEP 386: Fix Sphinx reference warning --- peps/pep-0386.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/peps/pep-0386.rst b/peps/pep-0386.rst index 6197dbc8aec..33b065cb40b 100644 --- a/peps/pep-0386.rst +++ b/peps/pep-0386.rst @@ -1,12 +1,9 @@ PEP: 386 Title: Changing the version comparison module in Distutils -Version: $Revision$ -Last-Modified: $Date$ Author: Tarek Ziadé Status: Superseded Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 04-Jun-2009 Superseded-By: 440 @@ -498,9 +495,6 @@ References .. [#twisted] http://twistedmatrix.com/trac/ -.. [#requires] - http://peak.telecommunity.com/DevCenter/setuptools - .. [#prototype] http://bitbucket.org/tarek/distutilsversion/ @@ -514,14 +508,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From d1d5183cd7be60bf75a20c9472d9147eb2f22c75 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:57:59 +0200 Subject: [PATCH 2/2] PEP 386: Update links --- peps/pep-0386.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/peps/pep-0386.rst b/peps/pep-0386.rst index 33b065cb40b..0f3c59f664b 100644 --- a/peps/pep-0386.rst +++ b/peps/pep-0386.rst @@ -472,31 +472,31 @@ References ========== .. [#distutils] - http://docs.python.org/distutils + https://docs.python.org/3.11/distutils/ .. [#setuptools] - http://peak.telecommunity.com/DevCenter/setuptools + https://peak.telecommunity.com/DevCenter/setuptools .. [#setuptools-version] - http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version + https://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version .. [#pypi] - http://pypi.python.org/pypi + https://pypi.org/ .. [#pip] - http://pypi.python.org/pypi/pip + https://pypi.org/project/pip/ .. [#ezinstall] - http://peak.telecommunity.com/DevCenter/EasyInstall + https://peak.telecommunity.com/DevCenter/EasyInstall .. [#zc.buildout] - http://pypi.python.org/pypi/zc.buildout + https://pypi.org/project/zc.buildout/ .. [#twisted] - http://twistedmatrix.com/trac/ + https://twisted.org/ .. [#prototype] - http://bitbucket.org/tarek/distutilsversion/ + https://web.archive.org/web/20090726093825/http://bitbucket.org/tarek/distutilsversion/ Acknowledgments ===============