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 eli.bendersky
Recipients barry, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-14.13:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376487647.21.0.648191564969.issue18720@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a new patch that uses Serhiy's suggestion to avoid the duplication, and uses Antoine's suggestion to keep socket.family working even if the family is an unknown numeric constant.

Note that the latter is challenging to test - I need families the OS knows and socket doesn't. Any suggestions are welcome. For the time being the test I cooked up is an abomination ;-)
History
Date User Action Args
2013-08-14 13:40:47eli.benderskysetrecipients: + eli.bendersky, gvanrossum, barry, ncoghlan, pitrou, neologix, ethan.furman, serhiy.storchaka
2013-08-14 13:40:47eli.benderskysetmessageid: <1376487647.21.0.648191564969.issue18720@psf.upfronthosting.co.za>
2013-08-14 13:40:47eli.benderskylinkissue18720 messages
2013-08-14 13:40:47eli.benderskycreate