changeset: 98965:965109e81ffa parent: 98963:76e848554b5d parent: 98964:88d97cd99d16 user: Serhiy Storchaka date: Wed Nov 04 22:38:40 2015 +0200 files: Misc/NEWS description: Issue #24726: Fixed issue number for previous changeset 76e848554b5d. diff -r 76e848554b5d -r 965109e81ffa Misc/NEWS --- a/Misc/NEWS Wed Nov 04 22:33:33 2015 +0200 +++ b/Misc/NEWS Wed Nov 04 22:38:40 2015 +0200 @@ -10,7 +10,7 @@ Core and Builtins ----------------- -- Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that +- Issue #24726: Fixed a crash and leaking NULL in repr() of OrderedDict that was mutated by direct calls of dict methods. - Issue #25449: Iterating OrderedDict with keys with unstable hash now raises