summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-24 20:48:31 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-24 20:48:31 (GMT)
commitb1f65569bd2c1747739f8b4b9f11b41bc13b1282 (patch)
treed30bc0864a4e910e7855c2a6867a9214acdca061
parent4e564c893bc3ee9a943e4868a270aed9b6de35da (diff)
downloadcpython-b1f65569bd2c1747739f8b4b9f11b41bc13b1282.zip
cpython-b1f65569bd2c1747739f8b4b9f11b41bc13b1282.tar.gz
cpython-b1f65569bd2c1747739f8b4b9f11b41bc13b1282.tar.bz2
Fix wording of NEWS entry.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 903b587..9f9c981 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