[Python-checkins] cpython: Fix wording of NEWS entry.

r.david.murray python-checkins at python.org
Mon Feb 24 21:52:21 CET 2014


http://hg.python.org/cpython/rev/cff76b852b0a
changeset:   89380:cff76b852b0a
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Feb 24 15:48:31 2014 -0500
summary:
  Fix wording of NEWS entry.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1791,9 +1791,9 @@
 - 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list