Skip to content

Fix DeprecationWarning removing coro decorator#75

Closed
HacKanCuBa wants to merge 1 commit into
Tinche:masterfrom
HacKanCuBa:patch-1
Closed

Fix DeprecationWarning removing coro decorator#75
HacKanCuBa wants to merge 1 commit into
Tinche:masterfrom
HacKanCuBa:patch-1

Conversation

@HacKanCuBa

Copy link
Copy Markdown

This commit fixes DeprecationWarning in os.py by replacing deprecated
decorator (in Python 3.8+) @asyncio.coroutine with async def.

Closes #74 .

This commit fixes DeprecationWarning in `os.py` by replacing deprecated
decorator (in Python 3.8+) `@asyncio.coroutine` with `async def`.
@Tinche

Tinche commented Apr 15, 2020

Copy link
Copy Markdown
Owner

Tests seem to be failing, mind taking a look? Thanks!

@HacKanCuBa

Copy link
Copy Markdown
Author

Tests seem to be failing, mind taking a look? Thanks!

Yes, I wrote everything in the issue #74

@HacKanCuBa

Copy link
Copy Markdown
Author

Fixed by #54.

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.

DeprecationWarning at aiofiles.os:8

2 participants