python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.04k stars 177 forks source link

Don't use getservbyname for non-numeric ports. #437

Closed ajdavis closed 7 years ago

ajdavis commented 7 years ago

Fixes #422.

gvanrossum commented 7 years ago

Thanks!