diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-30 21:38:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-30 21:38:14 (GMT) |
commit | 2e02875544647cef4f1b137ce6247212985b88a4 (patch) | |
tree | 7b8546b3218749541e86381a9e60433678fd4f54 | |
parent | c4e335b67a5469e621fa4771454be99cc5aae791 (diff) | |
parent | 755640bf50074a97e15659abe5478e7300d080cc (diff) | |
download | cpython-2e02875544647cef4f1b137ce6247212985b88a4.zip cpython-2e02875544647cef4f1b137ce6247212985b88a4.tar.gz cpython-2e02875544647cef4f1b137ce6247212985b88a4.tar.bz2 |
merge 3.4
-rw-r--r-- | Misc/python.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2061876..d2ca12b 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -431,17 +431,17 @@ values. 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 |