[Python-checkins] peps: http -> https

benjamin.peterson python-checkins at python.org
Sun May 17 06:14:11 CEST 2015


https://hg.python.org/peps/rev/dc165c7bcd6d
changeset:   5855:dc165c7bcd6d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 17 00:14:10 2015 -0400
summary:
  http -> https

files:
  pep-0101.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -88,7 +88,7 @@
     As much as possible, the release steps are automated and guided by the
     release script, which is available in a separate repository:
 
-        http://hg.python.org/release/
+        https://hg.python.org/release/
 
     We use the following conventions in the examples below.  Where a release
     number is given, it is of the form X.Y.ZaN, e.g. 3.3.0a3 for Python 3.3.0

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


More information about the Python-checkins mailing list