diff options
author | Ned Deily <nad@python.org> | 2016-12-22 23:38:47 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-22 23:38:47 (GMT) |
commit | 5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12 (patch) | |
tree | a2bc01d0660338d444166631fcbb0709d33e68a4 /Doc/whatsnew | |
parent | f7b280956df077b90c5983eeabc8accdbb0aeb8d (diff) | |
download | cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.zip cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.tar.gz cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.tar.bz2 |
Update docs and patchlevel for 3.6.0 final.v3.6.0
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 922ee64..c0d8ac4 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -47,6 +47,9 @@ 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. .. seealso:: |