From 4306063fd3640614007906dbdde8d00561a999d3 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 18 Jul 2015 16:31:29 -0700 Subject: [PATCH] Issue #24568: fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 893f62c88eab..29312ab039d4 100644 --- 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 -- 2.47.3