[Python-checkins] cpython (3.1): #11848: replace dead link in random.betavariate comment.
ezio.melotti
python-checkins at python.org
Fri Apr 15 07:27:52 CEST 2011
http://hg.python.org/cpython/rev/f5b9ad73157c
changeset: 69362:f5b9ad73157c
branch: 3.1
parent: 69356:2ec08aa2c566
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Fri Apr 15 08:25:16 2011 +0300
summary:
#11848: replace dead link in random.betavariate comment.
files:
Lib/random.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/random.py b/Lib/random.py
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -578,7 +578,7 @@
## -------------------- 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):
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list