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 | |
parent | 658f3522c638ec43cef52f6599ba47dd7c14a72a (diff) | |
parent | fa7aeecbca8265b81749c0c7c85704070c8eeefe (diff) | |
download | cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.zip cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.tar.gz cpython-25bbe5e0bce2d8b6c96a5e632bdb9007a0bf0954.tar.bz2 |
#16157: merge with 3.3.
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index a2ee112..6f0e407 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -50,7 +50,7 @@ This article explains the new features in Python 3.2 as compared to 3.1. It focuses on a few highlights and gives a few examples. For full details, see the -:source:`Misc/NEWS <Misc/NEWS>` file. +`Misc/NEWS <http://hg.python.org/cpython/file/3.2/Misc/NEWS>`_ file. .. seealso:: diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 485cdea..4b9dc9c 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -44,7 +44,7 @@ This article explains the new features in Python 3.3, compared to 3.2. Python 3.3 was released on September 29, 2012. For full details, -see the :source:`Misc/NEWS` file. +see the `changelog <http://docs.python.org/3.3/whatsnew/changelog.html>`_. .. seealso:: 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 |