[issue2741] documentation -- do serversockets work with ipv6

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, this should now be clearer in r63057. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2741] documentation -- do serversockets work with ipv6

2008-05-05 Thread Mike MacFaden
Mike MacFaden <[EMAIL PROTECTED]> added the comment: then change 'possible values' to 'for example' __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-lis

[issue2741] documentation -- do serversockets work with ipv6

2008-05-05 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > so i suggest just removing this sentence -- > > AF_INET and socket.AF_UNIX are two possible values. > > this would imply that all socket address families are supported. > but if that is not true just list the exceptions. I think this w

[issue2741] documentation -- do serversockets work with ipv6

2008-05-05 Thread Mike MacFaden
Mike MacFaden <[EMAIL PROTECTED]> added the comment: so i suggest just removing this sentence -- AF_INET and socket.AF_UNIX are two possible values. this would imply that all socket address families are supported. but if that is not true just list the exceptions.

[issue2741] documentation -- do serversockets work with ipv6

2008-05-02 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > the way i read the text, i gathered that it might not work > with sockets belonging to a subset of address families. I still cannot see anything wrong with that text, but then, English is not my native language. Can you suggest a different

[issue2741] documentation -- do serversockets work with ipv6

2008-05-02 Thread Mike MacFaden
Mike MacFaden <[EMAIL PROTECTED]> added the comment: Martin v. Löwis wrote: > Martin v. Löwis <[EMAIL PROTECTED]> added the comment: > > I fail to see the issue. There are many other address > families supported as well, such as AF_BLUETOOTH, AF_PACKET, > AF_TIPC, and AF_NETLINK, depending on th

[issue2741] documentation -- do serversockets work with ipv6

2008-05-02 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: I fail to see the issue. There are many other address families supported as well, such as AF_BLUETOOTH, AF_PACKET, AF_TIPC, and AF_NETLINK, depending on the system. The documentation just lists some examples. -- nosy: +loewis __

[issue2741] documentation -- do serversockets work with ipv6

2008-05-02 Thread Mike MacFaden
New submission from Mike MacFaden <[EMAIL PROTECTED]>: 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 s