summaryrefslogtreecommitdiffstats
path: root/Lib/random.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:25:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:25:16 (GMT)
commit1bb18cc39e21fb0acbfde6dadbd6c432f19c4513 (patch)
treefee530a5e3a093c0fa14b985fc58b43c4d536581 /Lib/random.py
parent6033d26118cec11eca0c06af215b5876d72e24c6 (diff)
downloadcpython-1bb18cc39e21fb0acbfde6dadbd6c432f19c4513.zip
cpython-1bb18cc39e21fb0acbfde6dadbd6c432f19c4513.tar.gz
cpython-1bb18cc39e21fb0acbfde6dadbd6c432f19c4513.tar.bz2
#11848: replace dead link in random.betavariate comment.
Diffstat (limited to 'Lib/random.py')
-rw-r--r--Lib/random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py
index dcc79d1..1ab75d5 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -598,7 +598,7 @@ class Random(_random.Random):
## -------------------- beta --------------------
## See
-## http://sourceforge.net/bugs/?func=detailbug&bug_id=130030&group_id=5470
+## http://mail.python.org/pipermail/python-bugs-list/2001-January/003752.html
## for Ivan Frohne's insightful analysis of why the original implementation:
##
## def betavariate(self, alpha, beta):