summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-09-03 23:39:18 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-09-03 23:39:18 (GMT)
commit1e87ac6b9acb260147509faca0a79fab4e20b8ca (patch)
treea2ff8885120d0dc9050216d969eb6784c73a80a7 /Misc
parentd85a9ef376ea3448fdb45e77859a91c6f7d07102 (diff)
downloadcpython-1e87ac6b9acb260147509faca0a79fab4e20b8ca.zip
cpython-1e87ac6b9acb260147509faca0a79fab4e20b8ca.tar.gz
cpython-1e87ac6b9acb260147509faca0a79fab4e20b8ca.tar.bz2
NEWS items for turtledemo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d139e7b..f33453b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,18 @@ 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 #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 #22312: Fix ntpath.splitdrive IndexError.
- Issue #22216: smtplib now resets its state more completely after a quit. The