@@ -330,8 +330,6 @@ and guides you to perform some manual steps.
330330 - Compile all variants of binaries (32-bit, 64-bit, debug/release),
331331 including running profile-guided optimization.
332332
333- - Compile the HTML Help file containing the Python documentation.
334-
335333 - Codesign all the binaries with the PSF's certificate.
336334
337335 - Create packages for python.org, nuget.org, the embeddable distro and
@@ -740,20 +738,6 @@ else does them. Some of those tasks include:
740738
741739 git push upstream --delete 3.3 # or perform from GitHub Settings page
742740
743- - Remove the release from the list of "Active Python Releases" on the Downloads
744- page. To do this, `log in to the admin page <https://www.python.org/admin >`__
745- for python.org, navigate to Boxes,
746- and edit the ``downloads-active-releases `` entry. Strip out the relevant
747- paragraph of HTML for your release. (You'll probably have to do the ``curl -X PURGE ``
748- trick to purge the cache if you want to confirm you made the change correctly.)
749-
750- - Add a retired notice to each release page on python.org for the retired branch.
751- For example:
752-
753- * https://www.python.org/downloads/release/python-337/
754-
755- * https://www.python.org/downloads/release/python-336/
756-
757741- In python-releases.toml _, set the branch status to end-of-life.
758742
759743- Update or remove references to the branch in the `developer's guide
0 commit comments