Skip to content

Conversation

@dpineiden
Copy link
Contributor

Reason for the change
Adaptation to python asyncio for 3.11

Description
Cosmetic changes on sintaxis

Code examples
Now tow:
@asyncio.coroutine
Now:
async def fn

Checklist

  • asyncio modern api
  • connection without db and loop

References

Asyncio python docs

@qlty-cloud-legacy
Copy link

Analysis results are not available for those commits

View more on Code Climate.

@stephanelsmith
Copy link

Effectively the same as my PR. Mine has more of my project specific changes.

I think it's important this library get the simple 3.11 updates for asyncio.
#284

@lsabi
Copy link
Contributor

lsabi commented Feb 9, 2023

As mentioned in the issue #285 (comment)

there's been already some effort trying to move from python 2 to the latest 3.XX version. New PRs shall be made against this branch

@srh
Copy link
Contributor

srh commented Oct 11, 2023

Closing because this was fixed in a separate PR with @stephanelsmith 's commit from #284.

@srh srh closed this Oct 11, 2023
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.

4 participants