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 juliadolgova
Recipients eryksun, juliadolgova, orsenthil, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-20.00:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487550906.18.0.89504053698.issue29533@psf.upfronthosting.co.za>
In-reply-to
Content
Why not to take it into account? 

Imagine that someone wants that requests to "ovinnik.canonical.com" should bypass proxy and requests to "ubuntu.com" souldn't. I don't know what for, it's just an assumption. 
He adds a hostname "ovinnik.canonical.com" into <proxy bypass list> and checks requests in IE. He sees that requests to "ovinnik.canonical.com" bypass proxy and requests to "ubuntu.com" go via proxy. And it's ok.
But suddenly he discovers that requests in urllib to "ubuntu.com" bypass proxy and it's unexpected. 

I think this behavior of urllib should be at least optional.
History
Date User Action Args
2017-02-20 00:35:06juliadolgovasetrecipients: + juliadolgova, paul.moore, orsenthil, tim.golden, zach.ware, eryksun, steve.dower
2017-02-20 00:35:06juliadolgovasetmessageid: <1487550906.18.0.89504053698.issue29533@psf.upfronthosting.co.za>
2017-02-20 00:35:06juliadolgovalinkissue29533 messages
2017-02-20 00:35:05juliadolgovacreate