diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-12 17:36:44 +0100 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-12 17:36:44 +0100 |
commit | 2e789a1f1d84b343a996e8654590703b5fbdd441 (patch) | |
tree | c41b39248da4042fe58cfb627e7a64a906f543ed | |
parent | Version bump for Python 3.5.0 final. (diff) | |
download | cpython-3.5.0.tar.gz cpython-3.5.0.tar.bz2 cpython-3.5.0.zip |
Final touch-ups for the What's New In Python 3.5 document.v3.5.0
-rw-r--r-- | 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 index 2acf024e563..30aed1e9871 100644 --- 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. -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. +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 +`changelog <https://docs.python.org/3.5/whatsnew/changelog.html>`_. .. seealso:: |