diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-04-12 20:21:01 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-04-12 20:21:01 (GMT) |
commit | a2dfc35a1341fc73a074cda9190bb99a821f8095 (patch) | |
tree | 86184e48b0199a381cebd099e2304fa635d3b621 /Misc | |
parent | 7b2c8bb833780a6f6a0b5480f65d27248d7b3b53 (diff) | |
download | cpython-a2dfc35a1341fc73a074cda9190bb99a821f8095.zip cpython-a2dfc35a1341fc73a074cda9190bb99a821f8095.tar.gz cpython-a2dfc35a1341fc73a074cda9190bb99a821f8095.tar.bz2 |
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Initial patch by Yuriy Senko.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1088,6 +1088,7 @@ Nick Seidenman Žiga Seilnacht Yury Selivanov Fred Sells +Yuriy Senko Jiwon Seo Iñigo Serna Joakim Sernbrant @@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #13355: Raise ValueError on random.triangular call with invalid params. + Initial patch by Yuriy Senko. + - Issue #16658: add missing return to HTTPConnection.send() Patch by Jeff Knupp. |