cpython/Lib/turtledemo
Wulian c124577ebe
gh-123370: Fix the canvas not clearing after running turtledemo.clock (#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.
2024-10-17 11:23:37 -04:00
..
__init__.py
__main__.py gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634) 2024-06-19 02:20:54 -04:00
bytedesign.py
chaos.py
clock.py gh-123370: Fix the canvas not clearing after running turtledemo.clock (#123457) 2024-10-17 11:23:37 -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 Fix typos (#123775) 2024-09-09 14:58:26 +02:00
tree.py
turtle.cfg
two_canvases.py
yinyang.py