From 5fa7f0c2522b2c2284ac2ba9c55f00bc6420994f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 3 Sep 2014 19:52:39 -0400 Subject: [PATCH] NEWS items for Idle. --- Misc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f33453bbd8..0565c7e1a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -121,6 +121,15 @@ _ Issue #21597: The separator between the turtledemo text pane and the drawing - Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py for 2.7 to match other versions of sysconfig. +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. + Extension Modules ----------------- -- 2.50.1