[Python-checkins] cpython (merge 3.4 -> default): Edit NEWS entry

ned.deily python-checkins at python.org
Tue Jul 29 22:52:28 CEST 2014


http://hg.python.org/cpython/rev/129951f3d16f
changeset:   91927:129951f3d16f
parent:      91925:8f0b8ddbb66b
parent:      91926:d4cf32230ed7
user:        Ned Deily <nad at acm.org>
date:        Tue Jul 29 13:51:45 2014 -0700
summary:
  Edit NEWS entry

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,8 +117,8 @@
   and set the blocking mode of a file descriptor (False if the O_NONBLOCK flag
   is set, True otherwise). These functions are not available on Windows.
 
-- Issue #17172: Make turtledemo start as active on Mac even when run with
-  subprocess.  Patch by Ned Daily and Lita Cho.
+- Issue #17172: Make turtledemo start as active on OS X even when run with
+  subprocess.  Patch by Lita Cho.
 
 - Issue #21704: Fix build error for _multiprocessing when semaphores
   are not available.  Patch by Arfrever Frehtes Taifersar Arahesis.

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


More information about the Python-checkins mailing list