http://hg.python.org/cpython/rev/0dc7ef54107b changeset: 68373:0dc7ef54107b branch: 3.2 parent: 68372:3b01044ca36f parent: 68367:3c1e779002d3 user: Eli Bendersky <eliben at gmail.com> date: Fri Mar 11 16:40:25 2011 +0200 summary: merge 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