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 | 6447b9214a927eca0b24ef2918d021d27635b3d0 (patch) | |
tree | 0a6a8bd41c5d045051b2e6802e0394d4f12db650 /Doc/whatsnew | |
parent | 33d8ce1f0f9f8151abadec10c37d439aa17b29ef (diff) | |
download | cpython-6447b9214a927eca0b24ef2918d021d27635b3d0.zip cpython-6447b9214a927eca0b24ef2918d021d27635b3d0.tar.gz cpython-6447b9214a927eca0b24ef2918d021d27635b3d0.tar.bz2 |
Close #16022: What's New in Python 3.3 document is no more at beta stage
Diffstat (limited to 'Doc/whatsnew')
-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 617700c..c1c6642 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 ============================= |