]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16157: fix links in the whatsnew files.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 17 Nov 2012 17:29:12 +0000 (19:29 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 17 Nov 2012 17:29:12 +0000 (19:29 +0200)
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.3.rst

index a2ee11230ead04153086d3b41f2a311f358c62a2..6f0e407212292b798962e990c9be0a6b4a2c0749 100644 (file)
@@ -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::
 
index 485cdea994aa5c70ad75f01faf1592f93726cf03..4b9dc9c69439d7a22cc991b96c74fd5197f5098e 100644 (file)
@@ -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::