cpython/Lib/turtledemo
Victor Stinner 696b501cd1
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
* distutils.config: Use the PyPIRCCommand.realm attribute if set
* 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 15:30:32 +01:00
..
__init__.py
__main__.py bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) 2017-11-28 15:30:32 +01:00
bytedesign.py time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
chaos.py De-'colour'ize stdlib except for idlelib.configDialog. 2014-10-09 18:44:32 -04:00
clock.py
colormixer.py
forest.py time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
fractalcurves.py time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
lindenmayer.py
minimal_hanoi.py
nim.py Issue #22065: Menus, unlike Menubottons, do not have a state option. 2014-08-27 01:43:50 -04:00
paint.py
peace.py
penrose.py time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
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 time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
turtle.cfg
two_canvases.py
wikipedia.py time.clock() now emits a DeprecationWarning (GH-4020) 2017-10-17 14:46:45 -07:00
yinyang.py