diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-15 05:27:00 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-15 05:27:00 (GMT) |
commit | 82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad (patch) | |
tree | c82b62a65ed104ede7fcad2264867b7519da7d84 /Lib/random.py | |
parent | 982ef4e0bc2b1def1117238fb5292cca5dfa2891 (diff) | |
parent | 20f53f1fe79a5df68fe9d8390679115fdaebc65b (diff) | |
download | cpython-82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad.zip cpython-82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad.tar.gz cpython-82b0d5d144c1ed5dd095461c02bfd2299d5fa2ad.tar.bz2 |
#11848: Merge with 3.1.
Diffstat (limited to 'Lib/random.py')
-rw-r--r-- | Lib/random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py index 7e0de4f..6bdd439 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): |