[Python-checkins] cpython (3.2): #11435: link to the correct branch.

ezio.melotti python-checkins at python.org
Thu Jul 21 08:39:57 CEST 2011


http://hg.python.org/cpython/rev/79d2682c4fc5
changeset:   71441:79d2682c4fc5
branch:      3.2
parent:      71436:ab4d403cb0c0
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu Jul 21 09:35:19 2011 +0300
summary:
  #11435: link to the correct branch.

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.2/%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