[Python-checkins] release: use https

benjamin.peterson python-checkins at python.org
Tue Mar 25 05:24:52 CET 2014


http://hg.python.org/release/rev/b270b4d5cf2c
changeset:   86:b270b4d5cf2c
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Mar 25 00:24:48 2014 -0400
summary:
  use https

files:
  add-to-pydotorg.py |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/add-to-pydotorg.py b/add-to-pydotorg.py
--- a/add-to-pydotorg.py
+++ b/add-to-pydotorg.py
@@ -40,9 +40,9 @@
         'containing "username:api_key".'
     sys.exit()
 
-base_url = 'http://www.python.org/api/v1/'
+base_url = 'https://www.python.org/api/v1/'
 ftp_root = '/data/ftp.python.org/pub/python/'
-download_root = 'http://www.python.org/ftp/python/'
+download_root = 'https://www.python.org/ftp/python/'
 
 headers = {'Authorization': 'ApiKey %s' % auth_info, 'Content-Type': 'application/json'}
 

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


More information about the Python-checkins mailing list