[Python-checkins] (merge 3.2 -> default): #11435: Merge with 3.2

ezio.melotti python-checkins at python.org
Fri Mar 11 14:17:59 CET 2011


http://hg.python.org/cpython/rev/5f220e98eddc
changeset:   68368:5f220e98eddc
parent:      68366:291bc0097cc1
parent:      68367:3c1e779002d3
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Mar 11 15:17:25 2011 +0200
summary:
  #11435: Merge with 3.2

files:
  

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://svn.python.org/view/python/branches/py3k/%s?view=markup'
+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