[New-bugs-announce] [issue2741] documentation -- do serversockets work with ipv6

Mike MacFaden report at bugs.python.org
Fri May 2 20:53:13 CEST 2008


New submission from Mike MacFaden <mrm at vmware.com>:

the url
   http://docs.python.org/lib/node633.html
states 
   1)   address_family
       The family of protocols to which the server's socket belongs. 
     socket.AF_INET and socket.AF_UNIX are two possible values.

would suggest including socket.AF_INET6 as well if it is supported
or what criteria makes a socket not usable with this class.

----------
assignee: georg.brandl
components: Documentation
messages: 66102
nosy: georg.brandl, mrm
severity: normal
status: open
title: documentation -- do serversockets work with ipv6
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2741>
__________________________________


More information about the New-bugs-announce mailing list