]> granicus.if.org Git - python/commitdiff
#11848: replace dead link in random.betavariate comment.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 05:25:16 +0000 (08:25 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 15 Apr 2011 05:25:16 +0000 (08:25 +0300)
Lib/random.py

index 49f5859b2bae9df053ab068336db828e6661ca8a..904e7c6a62a9c5545bd811494128b909e7827f27 100644 (file)
@@ -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):