]> granicus.if.org Git - python/commitdiff
Edit NEWS entry
authorNed Deily <nad@acm.org>
Tue, 29 Jul 2014 20:49:11 +0000 (13:49 -0700)
committerNed Deily <nad@acm.org>
Tue, 29 Jul 2014 20:49:11 +0000 (13:49 -0700)
Misc/NEWS

index b2dc7c9bcea45a5d0fff6d29b5fa78f4c41fb813..4bb876fbaad10156330f8cd6976388fbc4d264e7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,9 +27,9 @@ Core and Builtins
 Library
 -------
 
-- 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.