Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67fe046

Browse files
committed
NEWS items for turtledemo.
1 parent 7034914 commit 67fe046

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Core and Builtins
3232
Library
3333
-------
3434

35+
- Issue #22051: turtledemo no longer reloads examples to re-run them.
36+
Initialization of variables and gui setup should be done in main(),
37+
which is called each time a demo is run, but not on import.
38+
39+
- Issue #21933: Turtledemo users can change the code font size with a menu
40+
selection or control(command) '-' or '+' or control-mousewheel.
41+
Original patch by Lita Cho.
42+
43+
_ Issue #21597: The separator between the turtledemo text pane and the drawing
44+
canvas can now be grabbed and dragged with a mouse. The code text pane can
45+
be widened to easily view or copy the full width of the text. The canvas
46+
can be widened on small screens. Original patches by Jan Kanis and Lita Cho.
47+
48+
- Issue #18132: Turtledemo buttons no longer disappear when the window is
49+
shrunk. Original patches by Jan Kanis and Lita Cho.
50+
3551
- Issue #22216: smtplib now resets its state more completely after a quit. The
3652
most obvious consequence of the previous behavior was a STARTTLS failure
3753
during a connect/starttls/quit/connect/starttls sequence.

0 commit comments

Comments
 (0)