diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index 73d8ccd9508..7fcaeecac56 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -331,8 +331,6 @@ and guides you to perform some manual steps. - Compile all variants of binaries (32-bit, 64-bit, debug/release), including running profile-guided optimization. - - Compile the HTML Help file containing the Python documentation. - - Codesign all the binaries with the PSF's certificate. - Create packages for python.org, nuget.org, the embeddable distro and @@ -752,13 +750,6 @@ else does them. Some of those tasks include: paragraph of HTML for your release. (You'll probably have to do the ``curl -X PURGE`` trick to purge the cache if you want to confirm you made the change correctly.) -- Add a retired notice to each release page on python.org for the retired branch. - For example: - - * https://www.python.org/downloads/release/python-337/ - - * https://www.python.org/downloads/release/python-336/ - - In python-releases.toml_, set the branch status to end-of-life. - Update or remove references to the branch in the `developer's guide