python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 16 forks source link

Fixed return type of getnameinfo() #56

Closed agronholm closed 2 years ago

agronholm commented 2 years ago

The second item of the tuple is always a string, even when it's a raw port number.

tjstum commented 2 years ago

lgtm, thanks!

agronholm commented 2 years ago

@tjstum could you also take a look at #57?