From: Raymond Hettinger Date: Sat, 18 Jul 2015 23:31:29 +0000 (-0700) Subject: Issue #24568: fix typo. X-Git-Tag: v2.7.11rc1~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4306063fd3640614007906dbdde8d00561a999d3;p=thirdparty%2FPython%2Fcpython.git Issue #24568: fix typo. --- 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