[Python-checkins] cpython (2.7): #11848: replace dead link in random.betavariate comment.

ezio.melotti python-checkins at python.org
Fri Apr 15 07:27:51 CEST 2011


http://hg.python.org/cpython/rev/e1f0881d2cb4
changeset:   69361:e1f0881d2cb4
branch:      2.7
parent:      69355:8dbf072556b9
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
@@ -598,7 +598,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