[issue18720] Switch suitable constants in the socket module to IntEnum

Charles-François Natali report at bugs.python.org
Fri Aug 16 12:38:26 CEST 2013


Charles-François Natali added the comment:

I've just had a quick look at the patch, but from what I can see, socket.getaddrinfo() will return a raw integer for the family, and not an AddressFamily instance. That's unfortunate.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18720>
_______________________________________


More information about the Python-bugs-list mailing list