From: R David Murray Date: Mon, 24 Feb 2014 20:48:31 +0000 (-0500) Subject: Fix wording of NEWS entry. X-Git-Tag: v3.4.1rc1~233^2~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1f65569bd2c1747739f8b4b9f11b41bc13b1282;p=thirdparty%2FPython%2Fcpython.git Fix wording of NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 903b5875615b..9f9c98171b49 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1791,9 +1791,9 @@ Library - Issue #19018: The heapq.merge() function no longer suppresses IndexError in the underlying iterables. -- Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, - if all necessary functions are already found in libuuid. - Patch by Evgeny Sologubov. +- Issue #18784: The uuid module no longer attempts to load libc via ctypes.CDLL + if all the necessary functions have already been found in libuuid. Patch by + Evgeny Sologubov. - The :envvar:`PYTHONFAULTHANDLER` environment variable now only enables the faulthandler module if the variable is non-empty. Same behaviour than other