cpython/Lib/turtledemo
Victor Stinner 6979fcdc91
bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)
* turtledemo: wait until macOS osascript command completes to not
  create a zombie process
* Tools/scripts/treesync.py: declare 'default_answer' and
  'create_files' as globals to modify them with the command line
  arguments. Previously, -y, -n, -f and -a options had no effect.

flake8 warning: "F841 local variable 'p' is assigned to but never
used".
2017-11-28 23:04:12 +01:00
..
__init__.py
__main__.py bpo-32155: Bugfixes found by flake8 F841 warnings (#4619) 2017-11-28 23:04:12 +01:00
bytedesign.py Removed unused imports. 2016-04-25 00:12:32 +03:00
chaos.py
clock.py
colormixer.py
forest.py
fractalcurves.py
lindenmayer.py
minimal_hanoi.py
nim.py
paint.py
peace.py
penrose.py
planet_and_moon.py Removed unused imports. 2016-04-25 00:12:32 +03:00
round_dance.py
sorting_animate.py issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo 2015-03-02 12:29:58 -08:00
tree.py
turtle.cfg
two_canvases.py
wikipedia.py
yinyang.py