diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-15 05:25:16 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-15 05:25:16 (GMT) |
commit | 20f53f1fe79a5df68fe9d8390679115fdaebc65b (patch) | |
tree | f82e27c5e3fe4813af2dfa298e0799dd5fe28105 /Lib/random.py | |
parent | 60adf9595592a84c1108ab984d81397c0a5c613d (diff) | |
download | cpython-20f53f1fe79a5df68fe9d8390679115fdaebc65b.zip cpython-20f53f1fe79a5df68fe9d8390679115fdaebc65b.tar.gz cpython-20f53f1fe79a5df68fe9d8390679115fdaebc65b.tar.bz2 |
#11848: replace dead link in random.betavariate comment.
Diffstat (limited to 'Lib/random.py')
-rw-r--r-- | Lib/random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py index 49f5859..904e7c6 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): |