diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-09-03 23:39:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-09-03 23:39:25 (GMT) |
commit | 67fe046878aa32d665d026bb3ca0b29d14b77c6f (patch) | |
tree | eb1f5a67e70f537a458efc5f9c2248f0bcaa0011 /Misc | |
parent | 70349141eea6e6b485fe04af80c286b864ae6dfd (diff) | |
download | cpython-67fe046878aa32d665d026bb3ca0b29d14b77c6f.zip cpython-67fe046878aa32d665d026bb3ca0b29d14b77c6f.tar.gz cpython-67fe046878aa32d665d026bb3ca0b29d14b77c6f.tar.bz2 |
NEWS items for turtledemo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -32,6 +32,22 @@ Core and Builtins Library ------- +- Issue #22051: turtledemo no longer reloads examples to re-run them. + Initialization of variables and gui setup should be done in main(), + which is called each time a demo is run, but not on import. + +- Issue #21933: Turtledemo users can change the code font size with a menu + selection or control(command) '-' or '+' or control-mousewheel. + Original patch by Lita Cho. + +_ Issue #21597: The separator between the turtledemo text pane and the drawing + canvas can now be grabbed and dragged with a mouse. The code text pane can + be widened to easily view or copy the full width of the text. The canvas + 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. + - Issue #22216: smtplib now resets its state more completely after a quit. The most obvious consequence of the previous behavior was a STARTTLS failure during a connect/starttls/quit/connect/starttls sequence. |