diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-09-24 21:19:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-09-24 21:19:17 (GMT) |
commit | d0af3103efeb34d0a327788d1a955bcb33e5c5a9 (patch) | |
tree | d339f4ac34397a081b8c1b449372f641242af1bf /Doc/whatsnew/3.3.rst | |
parent | d37b9d7e1bd08c418a26e7216addf9d5e78419fb (diff) | |
download | cpython-d0af3103efeb34d0a327788d1a955bcb33e5c5a9.zip cpython-d0af3103efeb34d0a327788d1a955bcb33e5c5a9.tar.gz cpython-d0af3103efeb34d0a327788d1a955bcb33e5c5a9.tar.bz2 |
Close #16022: What's New in Python 3.3 document is no more at beta stage
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 1895ce1..08019a4 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -48,10 +48,6 @@ This article explains the new features in Python 3.3, compared to 3.2. -.. note:: Beta users should be aware that this document is currently in - draft form. It will be updated substantially as Python 3.3 moves towards - release, so it's worth checking back even after reading earlier versions. - Summary -- Release highlights ============================= |