Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using reserved keywords async and await. #748

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoeKun
Copy link

@JoeKun JoeKun commented Jan 1, 2021

Since Python 3.7, async and await have become reserved keyword,
which can't be used in the names of modules, parameters, or methods.

So replace previous usage of async in gateone with asynchronous, and
await with block_await.

This fixes issue #730: gateone.async import issue.

Since Python 3.7, `async` and `await` have become reserved keyword,
which can't be used in the names of modules, parameters, or methods.

So replace previous usage of `async` in gateone with `asynchronous`, and
`await` with `block_await`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant