NEWS items for Idle.

This commit is contained in:
Terry Jan Reedy 2014-09-03 19:54:06 -04:00
commit f29468118b
1 changed files with 7 additions and 1 deletions

View File

@ -802,7 +802,13 @@ _ Issue #21597: The separator between the turtledemo text pane and the drawing
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.