SIGN IN SIGN UP

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".
V
Victor Stinner committed
696b501cd11dc429a0f661adeb598bfaf89e4112
Parent: 4271dfd
Committed by GitHub <noreply@github.com> on 11/28/2017, 2:30:32 PM