summaryrefslogtreecommitdiffstats
path: root/Lib/random.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:27:37 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-15 05:27:37 (GMT)
commit0dea6484a05759258151800d0b604ea4820f6bb3 (patch)
treea1c70aed1e45eb3c7c82060c398ab50d05935b25 /Lib/random.py
parenta15f614a0cc7bc76bac0fa1a6e050967ca1bacd7 (diff)
parent82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad (diff)
downloadcpython-0dea6484a05759258151800d0b604ea4820f6bb3.zip
cpython-0dea6484a05759258151800d0b604ea4820f6bb3.tar.gz
cpython-0dea6484a05759258151800d0b604ea4820f6bb3.tar.bz2
#11848: Merge with 3.2.
Diffstat (limited to 'Lib/random.py')
-rw-r--r--Lib/random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py
index 3d2af24..0794f94 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -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):