[Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28635)

yury.selivanov python-checkins at python.org
Wed Dec 7 19:20:14 EST 2016


https://hg.python.org/cpython/rev/1883072efc5f
changeset:   105515:1883072efc5f
parent:      105513:8d4b2c6a0a7f
parent:      105514:d12bc674b74e
user:        Yury Selivanov <yury at magic.io>
date:        Wed Dec 07 16:20:10 2016 -0800
summary:
  Merge 3.6 (issue #28635)

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


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -46,12 +46,6 @@
    This saves the maintainer the effort of going through the Mercurial log
    when researching a change.
 
-.. note::
-
-  Prerelease users should be aware that this document is currently in draft
-  form. It will be updated substantially as Python 3.6 moves towards release,
-  so it's worth checking back even after reading earlier versions.
-
 This article explains the new features in Python 3.6, compared to 3.5.
 
 .. seealso::
@@ -62,9 +56,6 @@
 Summary -- Release highlights
 =============================
 
-.. This section singles out the most important changes in Python 3.6.
-   Brevity is key.
-
 New syntax features:
 
 * :ref:`PEP 498 <whatsnew36-pep498>`, formatted string literals.

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


More information about the Python-checkins mailing list