From: Serhiy Storchaka Date: Wed, 4 Nov 2015 20:37:46 +0000 (+0200) Subject: Issue #24726: Fixed issue number for previous changeset 59c7615ea921. X-Git-Tag: v3.5.1rc1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d11a94fb66ecf4d1f12d0f314d9e1f6dc3e756a;p=thirdparty%2FPython%2Fcpython.git Issue #24726: Fixed issue number for previous changeset 59c7615ea921. --- diff --git a/Misc/NEWS b/Misc/NEWS index c637cb46be6a..8d427446d97b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,7 @@ Release date: TBA 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