[Python-checkins] cpython (3.5): Final touch-ups for the What's New In Python 3.5 document.

larry.hastings python-checkins at python.org
Sun Sep 13 16:46:05 CEST 2015


https://hg.python.org/cpython/rev/374f501f4567
changeset:   97982:374f501f4567
branch:      3.5
tag:         v3.5.0
user:        Larry Hastings <larry at hastings.org>
date:        Sat Sep 12 17:36:44 2015 +0100
summary:
  Final touch-ups for the What's New In Python 3.5 document.

files:
  Doc/whatsnew/3.5.rst |  12 ++++--------
  1 files changed, 4 insertions(+), 8 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
@@ -46,15 +46,11 @@
    This saves the maintainer the effort of going through the Mercurial log
    when researching a change.
 
+Python 3.5 was released on September 13, 2015.
+
 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.
-
+For full details, see the
+`changelog <https://docs.python.org/3.5/whatsnew/changelog.html>`_.
 
 .. seealso::
 

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


More information about the Python-checkins mailing list