Skip to content

Commit 0b65b03

Browse files
authored
PEP 101: Remove three manual steps to edit python.org pages (#4717)
1 parent 02f5423 commit 0b65b03

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

peps/pep-0101.rst

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -646,51 +646,6 @@ permissions.
646646

647647
curl -X PURGE https://www.python.org/downloads/release/python-XXX/
648648

649-
- If this is a **final** release:
650-
651-
- Add the new version to the `"Python documentation by version"
652-
page <https://www.python.org/doc/versions/>`__ and
653-
remove the current version from any 'in development' section.
654-
655-
- For 3.X.Y, edit all the previous X.Y releases' page(s) to
656-
point to the new release. This includes the content field of the
657-
``Downloads -> Releases`` entry for the release::
658-
659-
Note: Python 3.x.(y-1) has been superseded by
660-
`Python 3.x.y </downloads/release/python-3xy/>`_.
661-
662-
And, for those releases having separate release page entries
663-
(phasing these out?), update those pages as well,
664-
e.g. ``download/releases/3.x.y``::
665-
666-
Note: Python 3.x.(y-1) has been superseded by
667-
`Python 3.x.y </download/releases/3.x.y/>`_.
668-
669-
- Update the `"Current pre-release testing versions" page
670-
<https://www.python.org/download/pre-releases/>`__.
671-
672-
- If you're releasing a version before *3.x.0*,
673-
add it to this page, removing the previous pre-release
674-
of version *3.x* as needed.
675-
676-
- If you're releasing *3.x.0 final*, remove the pre-release
677-
version from this page.
678-
679-
This is in the "Pages" category on the Django-based website, and finding
680-
it through that UI is kind of a chore. However! If you're already logged
681-
in to the admin interface (which, at this point, you should be), Django
682-
will helpfully add a convenient "Edit this page" link to the top of the
683-
page itself. So you can simply follow the link above, click on the
684-
"Edit this page" link, and make your changes as needed. How convenient!
685-
686-
- If appropriate, update the `"Python documentation by version" page
687-
<https://www.python.org/doc/versions/>`__.
688-
689-
This lists all releases of Python by version number and links to their
690-
static (not built daily) online documentation. There's a link at the
691-
bottom to the in-development version.
692-
And yes you can press the shiny, exciting "Edit this page" button.
693-
694649
- Write the announcement on `discuss.python.org`_. This is the
695650
fuzzy bit because not much can be automated. You can use an earlier
696651
announcement as a template, but edit it for content!

0 commit comments

Comments
 (0)