[Python-checkins] peps: Reword lifespan to make it clearer.

georg.brandl python-checkins at python.org
Tue Oct 2 08:26:40 CEST 2012


http://hg.python.org/peps/rev/1a6f5a3ca15a
changeset:   4533:1a6f5a3ca15a
user:        Georg Brandl <georg at python.org>
date:        Tue Oct 02 08:26:31 2012 +0200
summary:
  Reword lifespan to make it clearer.

files:
  pep-0392.txt |  9 +++++----
  pep-0398.txt |  9 +++++----
  2 files changed, 10 insertions(+), 8 deletions(-)


diff --git a/pep-0392.txt b/pep-0392.txt
--- a/pep-0392.txt
+++ b/pep-0392.txt
@@ -34,10 +34,11 @@
 3.2 Lifespan
 ============
 
-3.2 will receive bugfix updates approximately every 4-6 months until
-one release after the release of 3.3.0 final.  After that, security
-updates (source only) will be released until 5 years after the release
-of 3.2 final, which will be February 2016.
+3.2 will receive bugfix updates approximately every 4-6 months for
+approximately 18 months.  After the release of 3.3.0 final (see PEP
+398), a final 3.2 bugfix update will be released.  After that,
+security updates (source only) will be released until 5 years after
+the release of 3.2 final, which will be February 2016.
 
 
 Release Schedule
diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -34,10 +34,11 @@
 3.3 Lifespan
 ============
 
-3.3 will receive bugfix updates approximately every 4-6 months until
-one release after the release of 3.4.0 final.  After that, security
-updates (source only) will be released until 5 years after the release
-of 3.3.0 final, which will be September 2017.
+3.3 will receive bugfix updates approximately every 4-6 months for
+approximately 18 months.  After the release of 3.4.0 final, a final
+3.3 bugfix update will be released.  After that, security updates
+(source only) will be released until 5 years after the release of 3.3
+final, which will be September 2017.
 
 
 Release Schedule

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


More information about the Python-checkins mailing list