[Python-checkins] cpython (merge 3.2 -> default): #11848: Merge with 3.2.
ezio.melotti
python-checkins at python.org
Fri Apr 15 07:27:56 CEST 2011
http://hg.python.org/cpython/rev/2acb16023fbe
changeset: 69364:2acb16023fbe
parent: 69360:724e2e84a74f
parent: 69363:40656d8ae2c6
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Fri Apr 15 08:27:37 2011 +0300
summary:
#11848: Merge with 3.2.
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