[Python-checkins] peps: give https link

benjamin.peterson python-checkins at python.org
Tue Oct 7 22:05:04 CEST 2014


https://hg.python.org/peps/rev/7c30379dee08
changeset:   5577:7c30379dee08
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Oct 07 16:04:45 2014 -0400
summary:
  give https link

files:
  pep2html.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep2html.py b/pep2html.py
--- a/pep2html.py
+++ b/pep2html.py
@@ -49,7 +49,7 @@
 PROGRAM = sys.argv[0]
 RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
 PEPURL = 'pep-%04d.html'
-PEPCVSURL = ('http://hg.python.org/peps/file/tip/pep-%04d.txt')
+PEPCVSURL = ('https://hg.python.org/peps/file/tip/pep-%04d.txt')
 PEPDIRRUL = 'http://www.python.org/peps/'
 
 


-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list