summaryrefslogtreecommitdiff
path: root/Lib/random.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-15 08:25:16 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-15 08:25:16 +0300
commit20f53f1fe79a5df68fe9d8390679115fdaebc65b (patch)
treef82e27c5e3fe4813af2dfa298e0799dd5fe28105 /Lib/random.py
parent60adf9595592a84c1108ab984d81397c0a5c613d (diff)
downloadcpython-git-20f53f1fe79a5df68fe9d8390679115fdaebc65b.tar.gz
#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 49f5859b2b..904e7c6a62 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -578,7 +578,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):