From: Terry Jan Reedy Date: Wed, 3 Sep 2014 23:52:39 +0000 (-0400) Subject: NEWS items for Idle. X-Git-Tag: v2.7.9rc1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fa7f0c2522b2c2284ac2ba9c55f00bc6420994f;p=thirdparty%2FPython%2Fcpython.git NEWS items for Idle. --- diff --git a/Misc/NEWS b/Misc/NEWS index f33453bbd8b5..0565c7e1a5d2 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 -----------------