]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #24568: fix typo.
authorRaymond Hettinger <python@rcn.com>
Sat, 18 Jul 2015 23:31:29 +0000 (16:31 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 18 Jul 2015 23:31:29 +0000 (16:31 -0700)
Misc/NEWS

index 893f62c88eab9bee6088071feb0c0aa56d5b87dd..29312ab039d490171cb9320698722e8e546f73fc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,7 +171,7 @@ Library
 
 - Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
 
-- Issues #24099, #24100, and #24101: Fix use-after-use bug in heapq's siftup
+- Issues #24099, #24100, and #24101: Fix use-after-free bug in heapq's siftup
   and siftdown functions.
 
 - Backport collections.deque fixes from Python 3.5.  Prevents reentrant badness