We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the exception below on Python 3.8:
...lib/python3.8/site-packages/aiofiles/os.py:10: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def run(*args, loop=None, executor=None, **kwargs):
In [2]: aiofiles.__version__ Out[2]: '0.5.0'
The text was updated successfully, but these errors were encountered:
I'm getting the exception below on Python 3.8: ...lib/python3.8/site-packages/aiofiles/os.py:10: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead def run(*args, loop=None, executor=None, **kwargs): In [2]: aiofiles.__version__ Out[2]: '0.5.0'
So did I, Have you solved it now ?
Sorry, something went wrong.
If you have look at the commit for os.py, you will se those exact changes. V 0.6 just not released.
v0.6 is released!
This can be closed.
No branches or pull requests
I'm getting the exception below on Python 3.8:
The text was updated successfully, but these errors were encountered: