cpython/Lib/turtledemo
Terry Jan Reedy 30d7e9e721
[3.13] gh-123370: Fix the canvas not clearing after running turtledemo.clock (gh-123457) (#125653)
[3.13] gh-123370: Fix the canvas not clearing after running turtledemo.clock (GH-123457)

Rewriting the day and date every tick somehow prevented them from being removed either by clicking STOP or loading another example.  The solution is to rewrite them only when they change.
(cherry picked from commit c124577ebe)

Co-authored-by: Wulian <xiguawulian@gmail.com>
2024-10-17 12:50:07 -04:00
..
__init__.py
__main__.py
bytedesign.py
chaos.py
clock.py [3.13] gh-123370: Fix the canvas not clearing after running turtledemo.clock (gh-123457) (#125653) 2024-10-17 12:50:07 -04:00
colormixer.py
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py
nim.py
paint.py
peace.py
penrose.py
planet_and_moon.py
rosette.py
round_dance.py
sorting_animate.py [3.13] Fix typos (#123775) (#123866) 2024-10-07 23:44:31 +02:00
tree.py
turtle.cfg
two_canvases.py
yinyang.py