diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-13 14:43:21 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-13 14:43:21 (GMT) |
commit | 9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f (patch) | |
tree | 6134af819a14d2697099aca91151985728e98e8a /Doc | |
parent | 73953d8670bf25015a2c4b3b9578bedadc022514 (diff) | |
parent | 82c0c6901135a20f10d2dbb1bbf7c71bc71e13af (diff) | |
download | cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.zip cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.tar.gz cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.tar.bz2 |
Merge release engineering work from Python 3.5.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 697dd44..ba9ed53 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -44,8 +44,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. +For full details, see the +`changelog <https://docs.python.org/3.5/whatsnew/changelog.html>`_. .. seealso:: |