Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions peps/pep-0101.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down