From: Ezio Melotti Date: Fri, 15 Apr 2011 05:25:16 +0000 (+0300) Subject: #11848: replace dead link in random.betavariate comment. X-Git-Tag: v2.7.2rc1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1bb18cc39e21fb0acbfde6dadbd6c432f19c4513;p=thirdparty%2FPython%2Fcpython.git #11848: replace dead link in random.betavariate comment. --- diff --git a/Lib/random.py b/Lib/random.py index dcc79d1fffd8..1ab75d57d8ea 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):