[issue7777] Support needed for AF_RDS family

Martin v. Löwis report at bugs.python.org
Mon Jan 25 08:34:00 CET 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

A patch has good chances of getting accepted (eventually; it may take several months or years). Test cases and documentation changes should be included.

Supporting generic socket addresses can't work (IMO): how could Python possibly know how to map a Python representation of the address (which is likely a tuple of some kind) onto a struct sockaddr?

----------
nosy: +loewis
versions:  -Python 2.5, Python 2.6, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7777>
_______________________________________


More information about the Python-bugs-list mailing list