[Python-checkins] peps: Minor PEP 101 tweak.

larry.hastings python-checkins at python.org
Sun Sep 13 16:17:47 CEST 2015


https://hg.python.org/peps/rev/a76e36a00590
changeset:   6057:a76e36a00590
user:        Larry Hastings <larry at hastings.org>
date:        Sun Sep 13 15:17:21 2015 +0100
summary:
  Minor PEP 101 tweak.

files:
  pep-0101.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -484,6 +484,10 @@
       Note that the easiest thing is probably to copy fields from
       an existing Python release "page", editing as you go.
 
+      There should only be one "page" for a release (e.g. 3.5.0, 3.5.1).
+      Reuse the same page for all pre-releases, changing the version
+      number and the documentation as you go.
+
   ___ If this isn't the first release for a version, open the existing
       "page" for editing and update it to the new release.  Don't save yet!
 

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


More information about the Python-checkins mailing list