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 cblp
Recipients cblp, vinay.sajip
Date 2012-05-19.09:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337420973.71.0.891474201343.issue14855@psf.upfronthosting.co.za>
In-reply-to
Content
IPv4 operations may fail on IPv6 systems, and vice versa. So we have to create sockets with the proper address family.

Maybe this behaviour could be incapsulated in socket object, but didn't find a good way to do it.

No documentation changed, because I just eliminate lack of implementation of already documented feature.

Please help to write tests.

I worked on the 3.2 branch, because the default branch has broken test_logging.
History
Date User Action Args
2012-05-19 09:49:33cblpsetrecipients: + cblp, vinay.sajip
2012-05-19 09:49:33cblpsetmessageid: <1337420973.71.0.891474201343.issue14855@psf.upfronthosting.co.za>
2012-05-19 09:49:32cblplinkissue14855 messages
2012-05-19 09:49:32cblpcreate