Discussion:
[Python-checkins] cpython (2.7): Use https:// URLs for the bug tracker in the :issue: role.
benjamin.peterson
2014-10-13 20:35:49 UTC
Permalink
https://hg.python.org/cpython/rev/ed4098380799
changeset: 93045:ed4098380799
branch: 2.7
user: Alex Gaynor <alex.gaynor at gmail.com>
date: Mon Oct 13 12:58:03 2014 -0700
summary:
Use https:// URLs for the bug tracker in the :issue: role.

Thanks to Ezio for noticing this

files:
Doc/tools/pyspecific.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/pyspecific.py b/Doc/tools/pyspecific.py
--- a/Doc/tools/pyspecific.py
+++ b/Doc/tools/pyspecific.py
@@ -9,7 +9,7 @@
:license: Python license.
"""

-ISSUE_URI = 'http://bugs.python.org/issue%s'
+ISSUE_URI = 'https://bugs.python.org/issue%s'
SOURCE_URI = 'https://hg.python.org/cpython/file/2.7/%s'

from docutils import nodes, utils
--
Repository URL: https://hg.python.org/cpython
Loading...