[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]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 will confuse users which don't know what an
address family is - they are left guessing what possibly could
be in this field.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2741] documentation -- do serversockets work with ipv6

2008-05-03 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
formulation?

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the system. The
 documentation just lists some examples.

the way i read the text, i gathered that it might not work
with sockets belonging to a subset of address families.

thanks,
mike

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2741
__
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com