Skip to content

Use of deprecated python feature #32

@Dylan-Brotherston

Description

@Dylan-Brotherston

​@asyncio.coroutine​ is deprecated and will be removed in python3.11
The new syntax is ​async def​, but this doesn't support yield from.
So run_coroutine will need to be rewritten.

https://docs.python.org/3.11/whatsnew/3.11.html#removed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions