diff options
author | Ned Deily <nad@acm.org> | 2014-07-29 20:49:11 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-29 20:49:11 (GMT) |
commit | 3d4953a14b5b996432a8f8920d99f0ec1337b79e (patch) | |
tree | 6724eac42aed69b5589c748c91d5f72682883be3 /Misc | |
parent | 8a0fb2c5cac3d89835507f016c63b2fb018747d9 (diff) | |
download | cpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.zip cpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.tar.gz cpython-3d4953a14b5b996432a8f8920d99f0ec1337b79e.tar.bz2 |
Edit NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |