[Python-checkins] peps: Tweak the website section: download/content.ht also gets updated for

georg.brandl python-checkins at python.org
Sun Oct 27 10:39:33 CET 2013


http://hg.python.org/peps/rev/dce86c3d5794
changeset:   5226:dce86c3d5794
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 27 10:40:11 2013 +0100
summary:
  Tweak the website section: download/content.ht also gets updated for prereleases.

files:
  pep-0101.txt |  11 ++++++-----
  1 files changed, 6 insertions(+), 5 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -484,20 +484,21 @@
 
   ___ If this is a final release...
 
-      ___ update the 'Quick Links' section on the front page.  Edit the
+      ___ Update the 'Quick Links' section on the front page.  Edit the
           top-level `content.ht` file.
 
-      ___ update the download page, editing `download/content.ht`
-
-      ___ for X.Y.Z, edit all the previous X.Y releases' content.ht page to
+      ___ For X.Y.Z, edit all the previous X.Y releases' content.ht page to
           point to the new release.
 
-      ___ update `doc/content.ht` to indicate the new current documentation
+      ___ Update `doc/content.ht` to indicate the new current documentation
           version, and remove the current version from any 'in development'
           section. Update the version in the "What's New" link.
 
       ___ Add the new version to `doc/versions/content.ht`.
 
+  ___ Update the download page, editing `download/content.ht`.  Pre-releases are
+      added only to the "Testing versions" list.
+
   ___ Edit `download/releases/content.ht` to update the version numbers for
       this release.  There are a bunch of places you need to touch:
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list