[Python-checkins] cpython (merge 3.4 -> default): merge 3.4

benjamin.peterson python-checkins at python.org
Sat Sep 13 07:46:00 CEST 2014


http://hg.python.org/cpython/rev/f5cde9c5ef60
changeset:   92414:f5cde9c5ef60
parent:      92410:3b974b61e74d
parent:      92413:429acfbef89c
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Sep 13 01:45:50 2014 -0400
summary:
  merge 3.4

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 = 'https://hg.python.org/cpython/file/default/%s'
 
 from docutils import nodes, utils
 

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


More information about the Python-checkins mailing list