diff options
author | orenmn <orenmn@gmail.com> | 2017-03-09 19:29:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-03-09 19:29:22 (GMT) |
commit | e2c88bdd6bb3efbc81389958d62daf6dd0d6eda7 (patch) | |
tree | f97ed0ed5c6110b91ec3aa5c81d9ff2f69090ffb /Misc/NEWS | |
parent | 5fad493dc6634635bc6ba951b39b4d1bf552ef84 (diff) | |
download | cpython-e2c88bdd6bb3efbc81389958d62daf6dd0d6eda7.zip cpython-e2c88bdd6bb3efbc81389958d62daf6dd0d6eda7.tar.gz cpython-e2c88bdd6bb3efbc81389958d62daf6dd0d6eda7.tar.bz2 |
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Extension Modules Library ------- +- bpo-28298: Fix a bug that prevented array 'Q', 'L' and 'I' from accepting big + intables (objects that have __int__) as elements. Patch by Oren Milman. + - bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other exception) to exception(s) raised in the dispatched methods. Patch by Petr Motejlek. |