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.22:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349995292.79.0.889128612509.issue7735@psf.upfronthosting.co.za>
In-reply-to
Content
The fact is I have disabled IPv6 with python's --disable-ipv6 switch. If you think that this switch shouldn't be supported anymore, either remove it or document it as obsolete. 

Telling me to disable IPv6 in my system configuration is just arrogant. I may not be able to do so and I might have had good reasons to disable IPv6 support in python. It might even be the case that IPv6 support is working on my machine. So, that's a bad argument.

And the fact that I may be able to disable IPv6, won't change the value of socket.has_ipv6 magically for me.
History
Date User Action Args
2012-10-11 22:41:32schmirsetrecipients: + schmir, loewis, pitrou, giampaolo.rodola, Evan.Teran
2012-10-11 22:41:32schmirsetmessageid: <1349995292.79.0.889128612509.issue7735@psf.upfronthosting.co.za>
2012-10-11 22:41:32schmirlinkissue7735 messages
2012-10-11 22:41:32schmircreate