Skip to content

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