[issue3213] "pydoc -p" should listen to [::] if IPv6 is supported
Martin v. Löwis
report at bugs.python.org
Fri Jun 27 07:08:28 CEST 2008
Martin v. Löwis <martin at v.loewis.de> added the comment:
That will break on systems where AF_INET6 doesn't default to
dual-stacked sockets and mapped v4 addresses (e.g. Windows); to make it
work correctly, you'll also have to disable the IPV6_V6ONLY option,
which then breaks on systems which don't implement that option (e.g.
Windows XP).
----------
nosy: +loewis
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3213>
_______________________________________
More information about the Python-bugs-list
mailing list