commit | b6cdae3db4ebcd34ba7039b2b1423f5ff4e235d6 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 12 23:39:33 2013 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri Apr 12 23:39:33 2013 +0300 |
tree | 355eea5659d61ee73628b549c2c51c30aacdfc6f | |
parent | 0ba584c0235127ac462eeace2358386307751bab [diff] [blame] |
Issue #13355: Raise ValueError on random.triangular call with invalid params. Initial patch by Yuriy Senko.
diff --git a/Misc/NEWS b/Misc/NEWS index 62e809a..c4d9635 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Library ------- +- Issue #13355: Raise ValueError on random.triangular call with invalid params. + Initial patch by Yuriy Senko. + - Issue #17666: Fix reading gzip files with an extra field. - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h