diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-17 17:30:48 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-17 17:30:48 (GMT) |
commit | 25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954 (patch) | |
tree | baac07f299ad685f87806b17e41dfbc2c8c2889a /Doc/whatsnew/3.4.rst | |
parent | 658f3522c638ec43cef52f6599ba47dd7c14a72a (diff) | |
parent | fa7aeecbca8265b81749c0c7c85704070c8eeefe (diff) | |
download | cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.zip cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.tar.gz cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.tar.bz2 |
#16157: merge with 3.3.
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index d260838..4bed2ed 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -65,7 +65,8 @@ This article explains the new features in Python 3.4, compared to 3.3. .. Python 3.4 was released on TBD. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the +`changelog <http://docs.python.org/3.4/whatsnew/changelog.html>`_. .. note:: Prerelease users should be aware that this document is currently in draft form. It will be updated substantially as Python 3.4 moves towards |