This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients Andrew.Grover, loewis
Date 2010-01-25.07:33:57
SpamBayes Score 0.0031156496
Marked as misclassified No
Message-id <1264404840.1.0.425570662934.issue7777@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-01-25 07:34:00loewissetrecipients: + loewis, Andrew.Grover
2010-01-25 07:34:00loewissetmessageid: <1264404840.1.0.425570662934.issue7777@psf.upfronthosting.co.za>
2010-01-25 07:33:58loewislinkissue7777 messages
2010-01-25 07:33:57loewiscreate