[Python-checkins] cpython (3.4): update links

benjamin.peterson python-checkins at python.org
Thu Apr 30 23:38:18 CEST 2015


https://hg.python.org/cpython/rev/96e2c0101672
changeset:   95831:96e2c0101672
branch:      3.4
parent:      95828:eb09f737120b
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Apr 30 17:37:11 2015 -0400
summary:
  update links

files:
  Misc/python.man |  12 ++++++------
  1 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/Misc/python.man b/Misc/python.man
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -434,17 +434,17 @@
 The integer must be a decimal number in the range [0,4294967295].  Specifying
 the value 0 will disable hash randomization.
 .SH AUTHOR
-The Python Software Foundation: http://www.python.org/psf
+The Python Software Foundation: https://www.python.org/psf
 .SH INTERNET RESOURCES
-Main website:  http://www.python.org/
+Main website:  https://www.python.org/
 .br
-Documentation:  http://docs.python.org/py3k/
+Documentation:  https://docs.python.org/
 .br
-Developer resources:  http://docs.python.org/devguide/
+Developer resources:  https://docs.python.org/devguide/
 .br
-Downloads:  http://python.org/download/
+Downloads:  https://www.python.org/downloads/
 .br
-Module repository:  http://pypi.python.org/
+Module repository:  https://pypi.python.org/
 .br
 Newsgroups:  comp.lang.python, comp.lang.python.announce
 .SH LICENSING

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


More information about the Python-checkins mailing list