Mike MacFaden <[EMAIL PROTECTED]> added the comment:
then change 'possible values' to 'for example'
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2741>
__
_
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
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
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..
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
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