[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]> <http://bugs.python.org/issue2741> __ _

[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 exce

[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, a

[issue2742] example code does not work

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: > > What operating system are you using? It could be a bug in the > operating system as well. hi martin, what i've tested so far..

[issue2742] example code does not work

2008-05-02 Thread Mike MacFaden
New submission from Mike MacFaden <[EMAIL PROTECTED]>: the url http://docs.python.org/lib/socket-example.html gives an example that uses socket.getaddrinfo that has this code HOST='' ... for res in socket.getaddrinfo(HOST, PORT, socket.AF_UNSPEC, socke

[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 sugges