[Python-checkins] cpython: Point "source" links in the docs to the 3.3 versions in the repo.

georg.brandl python-checkins at python.org
Sat Sep 29 09:27:48 CEST 2012


http://hg.python.org/cpython/rev/0ad0b2f4cb6a
changeset:   79234:0ad0b2f4cb6a
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 29 09:03:54 2012 +0200
summary:
  Point "source" links in the docs to the 3.3 versions in the repo.

files:
  Doc/tools/sphinxext/pyspecific.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
--- a/Doc/tools/sphinxext/pyspecific.py
+++ b/Doc/tools/sphinxext/pyspecific.py
@@ -10,7 +10,7 @@
 """
 
 ISSUE_URI = 'http://bugs.python.org/issue%s'
-SOURCE_URI = 'http://hg.python.org/cpython/file/default/%s'
+SOURCE_URI = 'http://hg.python.org/cpython/file/3.3/%s'
 
 from docutils import nodes, utils
 from sphinx.util.nodes import split_explicit_title

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list