changeset: 98964:88d97cd99d16 branch: 3.5 parent: 98962:59c7615ea921 user: Serhiy Storchaka date: Wed Nov 04 22:37:46 2015 +0200 files: Misc/NEWS description: Issue #24726: Fixed issue number for previous changeset 59c7615ea921. diff -r 59c7615ea921 -r 88d97cd99d16 Misc/NEWS --- a/Misc/NEWS Wed Nov 04 22:33:07 2015 +0200 +++ b/Misc/NEWS Wed Nov 04 22:37:46 2015 +0200 @@ -11,7 +11,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