diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-04-13 15:04:19 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-04-13 15:04:19 (GMT) |
commit | 44e33f39bf6268e8cf6dc807ea6c0f50d30919f9 (patch) | |
tree | 3fa1b3855d2269e98d437dcc0ba4844cbfebb727 /Misc | |
parent | 556e94b8fe068d1d58064fe84467e0620b87f9ed (diff) | |
parent | b4fd468f125955b14f53e77e1f29b216ca888c88 (diff) | |
download | cpython-44e33f39bf6268e8cf6dc807ea6c0f50d30919f9.zip cpython-44e33f39bf6268e8cf6dc807ea6c0f50d30919f9.tar.gz cpython-44e33f39bf6268e8cf6dc807ea6c0f50d30919f9.tar.bz2 |
Revert changes for #13355 by request from Raymond Hettinger
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -1110,7 +1110,6 @@ Nick Seidenman Žiga Seilnacht Yury Selivanov Fred Sells -Yuriy Senko Jiwon Seo Iñigo Serna Joakim Sernbrant @@ -39,9 +39,6 @@ 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. |