diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 09:06:10 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 09:06:10 +0200 |
commit | 1d021738e2d14c4da09237e532fbd5cd8456bc34 (patch) | |
tree | 5bd42c082f7d5e885d2254565a8edfa0d0b997bd | |
parent | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (diff) | |
download | cpython-git-1d021738e2d14c4da09237e532fbd5cd8456bc34.tar.gz |
Update release date in whatsnew document.
-rw-r--r-- | Doc/whatsnew/3.3.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 08019a4f90..b0e3885042 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -47,6 +47,7 @@ when researching a change. This article explains the new features in Python 3.3, compared to 3.2. +Python 3.3 was released on September 29, 2012. Summary -- Release highlights |