[Python-checkins] cpython (3.3): #16157: fix links in the whatsnew files.
ezio.melotti
python-checkins at python.org
Sat Nov 17 18:31:00 CET 2012
http://hg.python.org/cpython/rev/d6cd283bb4c2
changeset: 80474:d6cd283bb4c2
branch: 3.3
parent: 80471:2208061d863c
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Sat Nov 17 19:29:12 2012 +0200
summary:
#16157: fix links in the whatsnew files.
files:
Doc/whatsnew/3.2.rst | 2 +-
Doc/whatsnew/3.3.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
--- 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
--- 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::
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list