diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-08 00:20:10 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-08 00:20:10 (GMT) |
commit | ee19ab59628530407f9b1dfc9a7e5b62c12febed (patch) | |
tree | 360103aaa1c49a8a61369be6e89cafad6ea64266 /Doc/whatsnew | |
parent | ba6097734dd2acf14f3b0640aed250fb830830ce (diff) | |
parent | eb58936b6497bbb3c2813193e281bf259ca14d32 (diff) | |
download | cpython-ee19ab59628530407f9b1dfc9a7e5b62c12febed.zip cpython-ee19ab59628530407f9b1dfc9a7e5b62c12febed.tar.gz cpython-ee19ab59628530407f9b1dfc9a7e5b62c12febed.tar.bz2 |
Merge 3.6 (issue #28635)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 index 3c2ab12..527e742 100644 --- 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 @@ This article explains the new features in Python 3.6, compared to 3.5. 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. |