summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-13 05:57:57 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-09-13 05:57:57 (GMT)
commit3854f9e9fe3240b630c7bb512adba2047245d911 (patch)
tree5e26d1fa074bb3096ab30c9ee9cb1e5474d79de8 /Doc/whatsnew
parenta7672baa734a955fe0bec47d050dffb5ecbb4fff (diff)
downloadcpython-3854f9e9fe3240b630c7bb512adba2047245d911.zip
cpython-3854f9e9fe3240b630c7bb512adba2047245d911.tar.gz
cpython-3854f9e9fe3240b630c7bb512adba2047245d911.tar.bz2
whatsnew/3.5: Delete prerelease warning note.
(we'll make a couple more commits tomorrow before release)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.5.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 4b98ca2..e1022b7 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -2,8 +2,6 @@
What's New In Python 3.5
****************************
-:Release: |release|
-:Date: |today|
:Editors: Elvis Pranskevichus <elvis@magic.io>, Yury Selivanov <yury@magic.io>
.. Rules for maintenance:
@@ -49,12 +47,6 @@
This article explains the new features in Python 3.5, compared to 3.4.
For full details, see the :source:`Misc/NEWS` file.
-.. note::
-
- Prerelease users should be aware that this document is currently in draft
- form. It will be updated substantially as Python 3.5 moves towards release,
- so it's worth checking back even after reading earlier versions.
-
.. seealso::
@@ -64,9 +56,6 @@ For full details, see the :source:`Misc/NEWS` file.
Summary -- Release highlights
=============================
-.. This section singles out the most important changes in Python 3.5.
- Brevity is key.
-
New syntax features:
* :pep:`492`, coroutines with async and await syntax.