summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-29 02:38:19 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-29 02:38:19 (GMT)
commit7eca7343a0a01ead026589d4e3828bbdee9d08a0 (patch)
treeb57f7ca0e3407857183b2da006dd1fc086e4b6ac /Misc
parent7e55db2bc566381bfda3ddcd44c048f0c627880f (diff)
downloadcpython-7eca7343a0a01ead026589d4e3828bbdee9d08a0.zip
cpython-7eca7343a0a01ead026589d4e3828bbdee9d08a0.tar.gz
cpython-7eca7343a0a01ead026589d4e3828bbdee9d08a0.tar.bz2
Issue #17172: add NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92c9cb6..b2dc7c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +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 #21704: Fix build error for _multiprocessing when semaphores
are not available. Patch by Arfrever Frehtes Taifersar Arahesis.
@@ -202,6 +205,10 @@ Build
IDLE
----
+- Issue #17172: Add the ability to run turtledemo from Idle.
+ Currently, the entry is on the Help menu, but it may move to Run.
+ Patch by Ramchandra Apt and Lita Cho.
+
- Issue #21765: Add support for non-ascii identifiers to HyperParser.
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav