commit | fd963265e21686fb306eaa3f0e63c15bfdbcc9ba | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:19:32 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Feb 09 12:19:32 2007 +0000 |
tree | bebc35e7c6041ccb76c6b3fc76b34b8ee1d5a086 | |
parent | 209de1f6ca1beaaa6b5eeb413f02e9c8c334ee50 [diff] |
Bug #1653736: Properly discard third argument to slot_nb_inplace_power. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 25b72c2..faf7d2d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1653736: Properly discard third argument to slot_nb_inplace_power. + - PEP 352: Raising a string exception now triggers a TypeError. Attempting to catch a string exception raises DeprecationWarning.