changeset: 96191:d6179accca20 branch: 2.7 parent: 96188:274c1b0a2494 user: Serhiy Storchaka date: Thu May 21 20:54:26 2015 +0300 files: Misc/NEWS description: Fixed issue number for issue #22939. diff -r 274c1b0a2494 -r d6179accca20 Misc/NEWS --- a/Misc/NEWS Thu May 21 20:49:34 2015 +0300 +++ b/Misc/NEWS Thu May 21 20:54:26 2015 +0300 @@ -10,7 +10,7 @@ Core and Builtins ----------------- -- Issue #23985: Fixed integer overflow in iterator object. Original patch by +- Issue #22939: Fixed integer overflow in iterator object. Original patch by Clement Rouault. - Issue #24102: Fixed exception type checking in standard error handlers.