Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Syntax Error: ‘async’ is a reserved word in Python >= 3.7 #2

Open
cclauss opened this issue Oct 11, 2018 · 1 comment
Open

Syntax Error: ‘async’ is a reserved word in Python >= 3.7 #2

cclauss opened this issue Oct 11, 2018 · 1 comment

Comments

@cclauss
Copy link

cclauss commented Oct 11, 2018

flake8 testing of https://github.com/google/active-qa on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./px/environments/docqa.py:72:20: E999 SyntaxError: invalid syntax
               async=0,
                   ^
1     E999 SyntaxError: invalid syntax
@j5b
Copy link

j5b commented Oct 11, 2018

Thanks for reporting! We only ran this code with python2, so python3 may be broken. However, we're happy to accept fixes that enable python3 support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants