#11848: Merge with 3.1.

This commit is contained in:
Ezio Melotti 2011-04-15 08:27:00 +03:00
commit 82b0d5d144

View file

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