From eb58936b6497bbb3c2813193e281bf259ca14d32 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 7 Dec 2016 16:19:56 -0800 Subject: [PATCH] Issue #28635: Drop the note that whatsnew is incomplete --- Doc/whatsnew/3.6.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 3c2ab129762..527e7429b1e 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 `, formatted string literals.