]> granicus.if.org Git - python/commitdiff
Issue #24726: Fixed issue number for previous changeset 59c7615ea921.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:37:46 +0000 (22:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Nov 2015 20:37:46 +0000 (22:37 +0200)
Misc/NEWS

index c637cb46be6a3a1d591e24760fefd777a7cf7b24..8d427446d97b4871ed17910b2531dfa3aae561d6 100644 (file)
--- 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