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.2.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.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 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:: |