summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-28 22:40:12 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-28 22:40:12 -0400
commit205c2260894b4f627aec719aad30134b4efd4b76 (patch)
treef7464b8432e75c5c3cc92b1f076ef67de8eb58b4
parentc95e88cd25499f81aea469c729b998c6cf4bd5b2 (diff)
parent7eca7343a0a01ead026589d4e3828bbdee9d08a0 (diff)
downloadcpython-git-205c2260894b4f627aec719aad30134b4efd4b76.tar.gz
Merge with 3.4
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa36c6b8a5..2db6da096c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,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.
@@ -643,6 +646,10 @@ Extension Modules
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