diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:06:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:06:10 (GMT) |
commit | 1d021738e2d14c4da09237e532fbd5cd8456bc34 (patch) | |
tree | 5bd42c082f7d5e885d2254565a8edfa0d0b997bd /Doc/whatsnew/3.3.rst | |
parent | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (diff) | |
download | cpython-1d021738e2d14c4da09237e532fbd5cd8456bc34.zip cpython-1d021738e2d14c4da09237e532fbd5cd8456bc34.tar.gz cpython-1d021738e2d14c4da09237e532fbd5cd8456bc34.tar.bz2 |
Update release date in whatsnew document.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-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 08019a4..b0e3885 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 |