Rename async to asynchronous, keep backwards comaptibility
async is a keyword in Python 3.7 and keeping it results in SyntaxError.
Fixes #1 (closed)
Edited by Miro Hrončok
Merge request reports
Activity
Please register or sign in to reply
async is a keyword in Python 3.7 and keeping it results in SyntaxError.
Fixes #1 (closed)