aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
538 stars 69 forks source link

Fix type annotation of gethostbyname() #69

Closed tomaso closed 5 years ago

tomaso commented 5 years ago

The underlying pycares expects int (enum) for gethostbyname() but our type annotation says 'str'.

saghul commented 5 years ago

Cheers!