From 20f53f1fe79a5df68fe9d8390679115fdaebc65b Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 15 Apr 2011 08:25:16 +0300 Subject: [PATCH] #11848: replace dead link in random.betavariate comment. --- Lib/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/random.py b/Lib/random.py index 49f5859b2ba..904e7c6a62a 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):