[Python-checkins] cpython: Set up "source" links to point to default branch.

georg.brandl python-checkins at python.org
Sat Sep 29 09:36:10 CEST 2012


http://hg.python.org/cpython/rev/7aa546e4a892
changeset:   79241:7aa546e4a892
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 29 09:36:04 2012 +0200
summary:
  Set up "source" links to point to default 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/3.3/%s'
+SOURCE_URI = 'http://hg.python.org/cpython/file/default/%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