[Python-checkins] cpython (3.5): whatsnew/3.5: Delete prerelease warning note.

yury.selivanov python-checkins at python.org
Sun Sep 13 07:58:18 CEST 2015


https://hg.python.org/cpython/rev/2c192ceb39f5
changeset:   97970:2c192ceb39f5
branch:      3.5
parent:      97968:adc30928b25b
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sun Sep 13 01:57:57 2015 -0400
summary:
  whatsnew/3.5: Delete prerelease warning note.

(we'll make a couple more commits tomorrow before release)

files:
  Doc/whatsnew/3.5.rst |  11 -----------
  1 files changed, 0 insertions(+), 11 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- 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 at magic.io>, Yury Selivanov <yury at 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 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list