diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-09-03 23:52:46 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-09-03 23:52:46 (GMT) |
commit | be74668dd56da9e6203811e34e54496b7a2917cb (patch) | |
tree | 38059829c13db2a4f6daf6354c62eaa85349ed46 /Misc | |
parent | 67fe046878aa32d665d026bb3ca0b29d14b77c6f (diff) | |
download | cpython-be74668dd56da9e6203811e34e54496b7a2917cb.zip cpython-be74668dd56da9e6203811e34e54496b7a2917cb.tar.gz cpython-be74668dd56da9e6203811e34e54496b7a2917cb.tar.bz2 |
NEWS items for Idle.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -46,7 +46,7 @@ _ Issue #21597: The separator between the turtledemo text pane and the drawing can be widened on small screens. Original patches by Jan Kanis and Lita Cho. - Issue #18132: Turtledemo buttons no longer disappear when the window is - shrunk. Original patches by Jan Kanis and Lita Cho. + shrunk. Original patches by Jan Kanis and Lita Cho. - Issue #22216: smtplib now resets its state more completely after a quit. The most obvious consequence of the previous behavior was a STARTTLS failure @@ -285,7 +285,13 @@ Build 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. |