[Python-checkins] cpython (merge 3.5 -> default): Issue #24726: Fixed issue number for previous changeset 76e848554b5d.

serhiy.storchaka python-checkins at python.org
Wed Nov 4 15:39:03 EST 2015


https://hg.python.org/cpython/rev/965109e81ffa
changeset:   98965:965109e81ffa
parent:      98963:76e848554b5d
parent:      98964:88d97cd99d16
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed Nov 04 22:38:40 2015 +0200
summary:
  Issue #24726: Fixed issue number for previous changeset 76e848554b5d.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list