summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-29 20:51:45 (GMT)
committerNed Deily <nad@acm.org>2014-07-29 20:51:45 (GMT)
commitacc6e7596f515c2e0a3376a5ef647f531f22a824 (patch)
treef01c3b1e08c62385c3ecf5fd49371bd04d582787 /Misc
parent1db9e7bb19909ed56821b1580cbb024faccac041 (diff)
parent3d4953a14b5b996432a8f8920d99f0ec1337b79e (diff)
downloadcpython-acc6e7596f515c2e0a3376a5ef647f531f22a824.zip
cpython-acc6e7596f515c2e0a3376a5ef647f531f22a824.tar.gz
cpython-acc6e7596f515c2e0a3376a5ef647f531f22a824.tar.bz2
Edit NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dd0c47..2ac15a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,8 +117,8 @@ Library
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.