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 schmir
Recipients Evan.Teran, giampaolo.rodola, loewis, pitrou, schmir
Date 2012-10-11.23:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349996452.65.0.616593008311.issue7735@psf.upfronthosting.co.za>
In-reply-to
Content
The OPs description is pretty clear. There's no good reason to ask for IPv6 addresses if IPv6 is disabled. The create_connection will try them all, and if connections to IPv4 addresses fail, you'll end up with a TypeError.
History
Date User Action Args
2012-10-11 23:00:52schmirsetrecipients: + schmir, loewis, pitrou, giampaolo.rodola, Evan.Teran
2012-10-11 23:00:52schmirsetmessageid: <1349996452.65.0.616593008311.issue7735@psf.upfronthosting.co.za>
2012-10-11 23:00:52schmirlinkissue7735 messages
2012-10-11 23:00:52schmircreate