Yeah, so the answer to all this is that 3rd party libraries know better than to mess with global settings.<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 1:27 PM, Ralf Schmitt <span dir="ltr"><<a href="mailto:ralf@systemexit.de" target="_blank">ralf@systemexit.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">"R. David Murray" <<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>> writes:<br>


<br>
> On Sun, 27 Jan 2013 21:56:06 +0100, Ralf Schmitt <<a href="mailto:ralf@systemexit.de">ralf@systemexit.de</a>> wrote:<br>
>> "R. David Murray" <<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>> writes:<br>
>><br>
>> > On Sun, 27 Jan 2013 19:42:59 +0100, Ralf Schmitt <<a href="mailto:ralf@systemexit.de">ralf@systemexit.de</a>> wrote:<br>
>> >> Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>> writes:<br>
>> >><br>
>> >> > It's like calling socket.settimeout(0.1) and then complaining that<br>
>> >> > urllib.urlopen() raises exceptions<br>
>> >><br>
>> >> but that's not what's happening. you'll see urllib.urlopen raising<br>
>> >> exceptions and only afterwards realize that you called into some third<br>
>> >> party library code that decided to change the timeout.<br>
>> ><br>
>> > What is stopping some some third party library code from calling<br>
>> > socket.settimeout(0.1)?<br>
>><br>
>> Nothing. That's the point. You just wonder why urlopen fails when the<br>
>> global timeout has been changed by that third party library.<br>
><br>
> Oh, you were agreeing with Guido?  I guess I misunderstood.<br>
<br>
</div>no. I think it's rather surprising if your code depends on some global<br>
variable that might change by calling into some third party code.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/guido%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/guido%40python.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)