summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-29 20:49:11 (GMT)
committerNed Deily <nad@acm.org>2014-07-29 20:49:11 (GMT)
commit3d4953a14b5b996432a8f8920d99f0ec1337b79e (patch)
tree6724eac42aed69b5589c748c91d5f72682883be3 /Misc
parent8a0fb2c5cac3d89835507f016c63b2fb018747d9 (diff)
downloadcpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.zip
cpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.tar.gz
cpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.tar.bz2
Edit NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2dc7c9..4bb876f 100644
--- 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.