[issue27612] socket.gethostbyname resolving octal IP addresses incorrectly

Matt Robenolt report at bugs.python.org
Mon Jul 25 11:48:59 EDT 2016


Matt Robenolt added the comment:

Is it worth investigating the different behavior then with `getaddrinfo` between platforms? As far as I know, that's the only method that works with both ipv6 and will tell you "here are all the IP addresses this resolves to".

----------

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


More information about the Python-bugs-list mailing list