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-23.06:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487830862.12.0.433472730667.issue29533@psf.upfronthosting.co.za>
In-reply-to
Content
I added variable smart_proxy_bypass into request module. If it's False then checking IP and FQDN of the host is skipped in proxy_bypass_registry function. 

I set the default value to False, because I think it's better when the behaviour of urllib corresponds to IE rather than previous versions of urllib. This will affect only NT-systems.
History
Date User Action Args
2017-02-23 06:21:02juliadolgovasetrecipients: + juliadolgova, paul.moore, orsenthil, tim.golden, zach.ware, eryksun, steve.dower
2017-02-23 06:21:02juliadolgovasetmessageid: <1487830862.12.0.433472730667.issue29533@psf.upfronthosting.co.za>
2017-02-23 06:21:02juliadolgovalinkissue29533 messages
2017-02-23 06:21:01juliadolgovacreate