[Python-checkins] cpython (merge 3.1 -> 3.2): #11848: Merge with 3.1.

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


http://hg.python.org/cpython/rev/40656d8ae2c6
changeset:   69363:40656d8ae2c6
branch:      3.2
parent:      69359:8025fb83dece
parent:      69362:f5b9ad73157c
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Apr 15 08:27:00 2011 +0300
summary:
  #11848: Merge with 3.1.

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
@@ -573,7 +573,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