[Python-checkins] cpython (merge 3.4 -> default): NEWS items for Idle.

terry.reedy python-checkins at python.org
Thu Sep 4 01:54:35 CEST 2014


http://hg.python.org/cpython/rev/c69be794a9c6
changeset:   92328:c69be794a9c6
parent:      92325:f7bc5ecb0a95
parent:      92327:b2e9d845bc6c
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Sep 03 19:54:06 2014 -0400
summary:
  NEWS items for Idle.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -802,7 +802,13 @@
 IDLE
 ----
 
-- Issue #17172: Add the ability to run turtledemo from Idle.
+- Issue #17390: Adjust Editor window title; remove 'Python',
+  move version to end.
+
+- Issue #14105: Idle debugger breakpoints no longer disappear
+  when inseting or deleting lines.
+
+- Issue #17172: Turtledemo can now be run from Idle.
   Currently, the entry is on the Help menu, but it may move to Run.
   Patch by Ramchandra Apt and Lita Cho.
 

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


More information about the Python-checkins mailing list