[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Brandon W Maister
Brandon W Maister added the comment: Oh, awesome, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Ezio Melotti
Ezio Melotti added the comment: I replaced the link, thanks for noticing it! -- assignee: -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1f0881d2cb4 by Ezio Melotti in branch '2.7': #11848: replace dead link in random.betavariate comment. http://hg.python.org/cpython/rev/e1f0881d2cb4 New changeset f5b9ad73157c by Ezio Melotti in branch '3.1': #11848: replace dead link in random.bet

[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Ezio Melotti
Ezio Melotti added the comment: See http://mail.python.org/pipermail/python-bugs-list/2001-January/003753.html -- nosy: +ezio.melotti ___ Python tracker ___

[issue11848] Comment for random.betavariate is intriguing and incomplete

2011-04-14 Thread Brandon W Maister
New submission from Brandon W Maister : The comment just before the random.betavariate method reads in part: ## See ## http://sourceforge.net/bugs/?func=detailbug&bug_id=130030&group_id=5470 ## for Ivan Frohne's insightful analysis of why the original implementation: ## (snip original implementa