• Victor Stinner's avatar
    bpo-32155: Bugfixes found by flake8 F841 warnings (#4619) · 6979fcdc
    Victor Stinner yazdı
    * 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".
    6979fcdc
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
bytedesign.py Loading commit data...
chaos.py Loading commit data...
clock.py Loading commit data...
colormixer.py Loading commit data...
forest.py Loading commit data...
fractalcurves.py Loading commit data...
lindenmayer.py Loading commit data...
minimal_hanoi.py Loading commit data...
nim.py Loading commit data...
paint.py Loading commit data...
peace.py Loading commit data...
penrose.py Loading commit data...
planet_and_moon.py Loading commit data...
round_dance.py Loading commit data...
sorting_animate.py Loading commit data...
tree.py Loading commit data...
turtle.cfg Loading commit data...
two_canvases.py Loading commit data...
wikipedia.py Loading commit data...
yinyang.py Loading commit data...