Skip to content

Commit 073e5ea

Browse files
authored
PEP 101: Remove three more manual steps (#4763)
1 parent 853aed4 commit 073e5ea

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

peps/pep-0101.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)