[issue20215] Python2.7 socketserver can not listen IPv6 address

R. David Murray report at bugs.python.org
Fri Jan 10 03:22:38 CET 2014


R. David Murray added the comment:

The *default* is AF_INET.  If you are requesting a more convenient API than subclassing (which for IPV6 support I think would be a reasonable request), that would be a new feature.

----------
nosy: +r.david.murray
type: behavior -> enhancement
versions: +Python 3.5 -Python 2.7

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


More information about the Python-bugs-list mailing list