]> granicus.if.org Git - python/commitdiff
Issue #17172: add NEWS
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Jul 2014 02:38:19 +0000 (22:38 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 29 Jul 2014 02:38:19 +0000 (22:38 -0400)
Misc/NEWS

index 92c9cb61bdb070e5b5dfe16c48ef18498bcc7f97..b2dc7c9bcea45a5d0fff6d29b5fa78f4c41fb813 100644 (file)
--- 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