Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop asyncio.async throwing a syntax error in 3.7.
Maintains support for < 3.4.4
- Loading branch information
0965847
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
0965847
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create_task = asyncio.async
^
SyntaxError: invalid syntax
Press any key to continue . . .
This error is coming now