diff options
author | Ned Deily <nad@python.org> | 2016-12-23 00:50:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-23 00:50:19 (GMT) |
commit | 93357d8d43eb192eeceda06ea67e2191afef745b (patch) | |
tree | 871812a6bd415bc301a5b98ffb4fa633085ba2a2 /Doc/whatsnew | |
parent | 73224c4248f0de8f30c70390b4ad54a5d62f656c (diff) | |
parent | 135580fc0f19176fce093628f0a13bdc1d062cec (diff) | |
download | cpython-93357d8d43eb192eeceda06ea67e2191afef745b.zip cpython-93357d8d43eb192eeceda06ea67e2191afef745b.tar.gz cpython-93357d8d43eb192eeceda06ea67e2191afef745b.tar.bz2 |
Merge 3.6.0 release engineering head
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 a3c3d89..4cabb60 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:: |