[Python-checkins] cpython (merge 3.4 -> default): merge with 3.4

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


http://hg.python.org/cpython/rev/f7bc5ecb0a95
changeset:   92325:f7bc5ecb0a95
parent:      92322:9569b52e6e21
parent:      92324:948be7abfc45
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Sep 03 19:43:12 2014 -0400
summary:
  merge with 3.4

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,22 @@
 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 #22043: time.monotonic() is now always available.
   ``threading.Lock.acquire()``, ``threading.RLock.acquire()`` and socket
   operations now use a monotonic clock, instead of the system clock, when a

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


More information about the Python-checkins mailing list