[issue20215] socketserver can not listen IPv6 address

Martin Panter report at bugs.python.org
Sat May 23 06:01:34 CEST 2015


Martin Panter added the comment:

I’m no IPv6 expert, but see Lib/smtpd.py:657 and Issue 14758 for how this sort of thing was done for the SMTP server using getaddrinfo(). I think it is similar to David’s suggestion.

I also left a comment about the documentation. And it probably needs a test case as well.

----------
nosy: +vadmium
title: Python2.7 socketserver can not listen IPv6 address -> socketserver can not listen IPv6 address

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


More information about the Python-bugs-list mailing list