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 Evan.Teran, giampaolo.rodola, loewis, pitrou, schmir
Date 2012-10-12.07:44:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350027844.95.0.894798726053.issue7735@psf.upfronthosting.co.za>
In-reply-to
Content
The switch --disable-ipv6 is supported and works as intended. It is not the intention of the switch to disable AAAA lookups. Instead, it disables support for IPv6 sockets.

Requesting that the switch disables any code that somehow deals with IPv6 is unreasonable - it would also affect the ipaddress module and urllib.parse.

So closing this as won't fix.
History
Date User Action Args
2012-10-12 07:44:04loewissetrecipients: + loewis, pitrou, giampaolo.rodola, schmir, Evan.Teran
2012-10-12 07:44:04loewissetmessageid: <1350027844.95.0.894798726053.issue7735@psf.upfronthosting.co.za>
2012-10-12 07:44:04loewislinkissue7735 messages
2012-10-12 07:44:04loewiscreate