give https link

This commit is contained in:
Benjamin Peterson 2014-10-07 16:04:45 -04:00
parent e0189b5a17
commit f0a6df9669
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ REQUIRES = {'python': '2.2',
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/'