File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,22 @@ Core and Builtins
3232Library
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.
You can’t perform that action at this time.
0 commit comments