
python-checkins at python
Aug 9, 2012, 11:47 AM
Post #1 of 1
(41 views)
Permalink
|
|
peps: 3.3 schedule update.
|
|
http://hg.python.org/peps/rev/fdf8b99178c4 changeset: 4497:fdf8b99178c4 user: Georg Brandl <georg [at] python> date: Thu Aug 09 20:48:06 2012 +0200 summary: 3.3 schedule update. files: pep-0398.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt --- a/pep-0398.txt +++ b/pep-0398.txt @@ -42,10 +42,10 @@ (No new features beyond this point.) -- 3.3.0 beta 2: July 21, 2012 -- 3.3.0 candidate 1: August 4, 2012 -- 3.3.0 candidate 2: August 18, 2012 -- 3.3.0 final: September 1, 2012 +- 3.3.0 beta 2: August 11, 2012 +- 3.3.0 candidate 1: August 25, 2012 +- 3.3.0 candidate 2: September 8, 2012 +- 3.3.0 final: September 22, 2012 .. don't forget to update final date above as well -- Repository URL: http://hg.python.org/peps
|