[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4

terry.reedy python-checkins at python.org
Tue Jul 29 04:40:31 CEST 2014


http://hg.python.org/cpython/rev/14e2362935ac
changeset:   91918:14e2362935ac
parent:      91916:c015e727b8f0
parent:      91917:e344539cda11
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Jul 28 22:40:12 2014 -0400
summary:
  Merge with 3.4

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@
 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 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list