Senthil Kumaran added the comment:
Nice patch. I like the use of new string formating. It can be applied.
BTW, do you think that TODO of s.lower() for MAC OS X should be addressed along
with this. It might require some research as how much of a desirable behavior
it would be.
--
__
Senthil Kumaran added the comment:
Replacing 'http://localhost' with 'http://127.0.0.1' for this test is fine.
But, urllib.proxy_bypass returning for True for any string, is not correct. In
the code, I see that Proxy Settings from Mac OSX system configuration is
obtained by calling _get_prox
Andreas Hofmeister added the comment:
Thank you for your assistance. I apologize for not examining the reference
manual closely.
Is there any way to produce the desired behavior? I currently work around the
local name binding like this:
def x():
a = [False]
def y():
print
101 - 103 of 103 matches
Mail list logo