Skip to content

[3.6] bpo-32155: Bugfixes found by flake8 F841 warnings#4619

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:bugfixes36
Nov 28, 2017
Merged

[3.6] bpo-32155: Bugfixes found by flake8 F841 warnings#4619
vstinner merged 1 commit into
python:3.6from
vstinner:bugfixes36

Conversation

@vstinner

@vstinner vstinner commented Nov 28, 2017

Copy link
Copy Markdown
Member
  • 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".

https://bugs.python.org/issue32155

* 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".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants