summaryrefslogtreecommitdiffstats
path: root/Doc/license.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-24 13:58:14 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-24 13:58:14 (GMT)
commit0ce22259df1112a5357e25e725125d7e1da3d2e7 (patch)
tree918190e8fbd72e1ea4968c4c5370a36755dcb6a8 /Doc/license.rst
parent22340be15efec420ed9366800d6c5cba8d558819 (diff)
parent4f24af065ddafef6f0f20a481e7abfacbc303fcc (diff)
downloadcpython-0ce22259df1112a5357e25e725125d7e1da3d2e7.zip
cpython-0ce22259df1112a5357e25e725125d7e1da3d2e7.tar.gz
cpython-0ce22259df1112a5357e25e725125d7e1da3d2e7.tar.bz2
#16014: merge with 3.2.
Diffstat (limited to 'Doc/license.rst')
-rw-r--r--Doc/license.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index b47b7cc..6326ce4 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -327,7 +327,7 @@ Mersenne Twister
----------------
The :mod:`_random` module includes code based on a download from
-http://www.math.keio.ac.jp/ matumoto/MT2002/emt19937ar.html. The following are
+http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
the verbatim comments from the original code::
A C-program for MT19937, with initialization improved 2002/1/26.
@@ -368,8 +368,8 @@ the verbatim comments from the original code::
Any feedback is very welcome.
- http://www.math.keio.ac.jp/matumoto/emt.html
- email: matumoto@math.keio.ac.jp
+ http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
+ email: m-mat @ math.sci.hiroshima-u.ac.jp (remove space)
Sockets