diff options
author | Ned Deily <nad@python.org> | 2017-09-07 03:07:43 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-07 03:17:09 (GMT) |
commit | b368e4e8ce78f5f5cd2d31c20b4f728ef73d2e92 (patch) | |
tree | 54bf5cff1c8dc72a4c9efedfd9bbba9ced975ed3 /Doc/whatsnew | |
parent | dee54f6010ee2df60322c350a5f1dc8bfcf367d6 (diff) | |
download | cpython-b368e4e8ce78f5f5cd2d31c20b4f728ef73d2e92.zip cpython-b368e4e8ce78f5f5cd2d31c20b4f728ef73d2e92.tar.gz cpython-b368e4e8ce78f5f5cd2d31c20b4f728ef73d2e92.tar.bz2 |
Link to generated changelog, not website.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 1e71bc3..1301f4c 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -45,9 +45,8 @@ when researching a change. This article explains the new features in Python 3.6, compared to 3.5. -Python 3.6 was released on December 23, 2016. See the -`changelog <https://docs.python.org/3.6/whatsnew/changelog.html>`_ for a full -list of changes. +Python 3.6 was released on December 23, 2016. +For full details, see the :ref:`changelog <changelog>`. .. seealso:: |