django / asgiref

ASGI specification and utilities
https://asgi.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.47k stars 209 forks source link

Replace `IOError` by `OSError` #464

Closed Kludex closed 3 months ago

Kludex commented 3 months ago

IOError is an alias to OSError on Python 3.