diff --git a/peps/pep-0101.rst b/peps/pep-0101.rst index de46c473135..77feeafff34 100644 --- a/peps/pep-0101.rst +++ b/peps/pep-0101.rst @@ -646,51 +646,6 @@ permissions. curl -X PURGE https://www.python.org/downloads/release/python-XXX/ -- If this is a **final** release: - - - Add the new version to the `"Python documentation by version" - page `__ and - remove the current version from any 'in development' section. - - - For 3.X.Y, edit all the previous X.Y releases' page(s) to - point to the new release. This includes the content field of the - ``Downloads -> Releases`` entry for the release:: - - Note: Python 3.x.(y-1) has been superseded by - `Python 3.x.y `_. - - And, for those releases having separate release page entries - (phasing these out?), update those pages as well, - e.g. ``download/releases/3.x.y``:: - - Note: Python 3.x.(y-1) has been superseded by - `Python 3.x.y `_. - - - Update the `"Current pre-release testing versions" page - `__. - - - If you're releasing a version before *3.x.0*, - add it to this page, removing the previous pre-release - of version *3.x* as needed. - - - If you're releasing *3.x.0 final*, remove the pre-release - version from this page. - - This is in the "Pages" category on the Django-based website, and finding - it through that UI is kind of a chore. However! If you're already logged - in to the admin interface (which, at this point, you should be), Django - will helpfully add a convenient "Edit this page" link to the top of the - page itself. So you can simply follow the link above, click on the - "Edit this page" link, and make your changes as needed. How convenient! - - - If appropriate, update the `"Python documentation by version" page - `__. - - This lists all releases of Python by version number and links to their - static (not built daily) online documentation. There's a link at the - bottom to the in-development version. - And yes you can press the shiny, exciting "Edit this page" button. - - Write the announcement on `discuss.python.org`_. This is the fuzzy bit because not much can be automated. You can use an earlier announcement as a template, but edit it for content!