[Python-checkins] peps: Whoops, had an off-by-one error on all the future release dates for 3.4.

larry.hastings python-checkins at python.org
Wed Jan 15 00:15:45 CET 2014


http://hg.python.org/peps/rev/53026124cec7
changeset:   5349:53026124cec7
user:        Larry Hastings <larry at hastings.org>
date:        Tue Jan 14 15:15:32 2014 -0800
summary:
  Whoops, had an off-by-one error on all the future release dates for 3.4.

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


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -47,10 +47,10 @@
 
 The anticipated schedule for future releases:
 
-- 3.4.0 beta 3: January 25, 2014
-- 3.4.0 candidate 1: February 8, 2014
-- 3.4.0 candidate 2: February 22, 2014
-- 3.4.0 final: March 15, 2014
+- 3.4.0 beta 3: January 26, 2014
+- 3.4.0 candidate 1: February 9, 2014
+- 3.4.0 candidate 2: February 23, 2014
+- 3.4.0 final: March 16, 2014
 
 .. don't forget to update final date above as well
 

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


More information about the Python-checkins mailing list