buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

Convert all asyncio.coroutine functions to async defs #169

Closed gergelypolonkai closed 1 year ago

gergelypolonkai commented 1 year ago

This also removes Python 3.4 from tox.ini since async def is invalid before Python 3.5.

It would also probably solve #168

Signed-off-by: Gergely Polonkai gergely@polonkai.eu

buckket commented 1 year ago

Thank you! I’ve combined your changes with those of #165 to get the asyncio code working again.