diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-23 00:11:53 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-23 00:11:53 (GMT) |
commit | 3e7d93dc705d32b7daade4e2ae60811bc79db615 (patch) | |
tree | f62f48ff8221321765f06c0265bd76cb4bb99d14 /Doc/whatsnew/3.6.rst | |
parent | 3bff73890e0fca60bb74cd99abcc7f1562b4fa61 (diff) | |
parent | 765285337a73bcbed608434fa98b9964fa33c74a (diff) | |
download | cpython-3e7d93dc705d32b7daade4e2ae60811bc79db615.zip cpython-3e7d93dc705d32b7daade4e2ae60811bc79db615.tar.gz cpython-3e7d93dc705d32b7daade4e2ae60811bc79db615.tar.bz2 |
Issue #28251: Improvements to help manuals on Windows.
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index cabff60..7e4912d 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -47,7 +47,8 @@ This article explains the new features in Python 3.6, compared to 3.5. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the +`changelog <https://docs.python.org/3.6/whatsnew/changelog.html>`_. .. note:: |