[Python-checkins] cpython (2.7): NEWS items for turtledemo.

terry.reedy python-checkins at python.org
Thu Sep 4 01:43:37 CEST 2014


http://hg.python.org/cpython/rev/78a61a78969a
changeset:   92323:78a61a78969a
branch:      2.7
parent:      92320:b76d854f580e
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Sep 03 19:39:18 2014 -0400
summary:
  NEWS items for turtledemo.

files:
  Misc/NEWS |  12 ++++++++++++
  1 files changed, 12 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,18 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list