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 piotr.dobrogost
Recipients piotr.dobrogost
Date 2017-01-26.17:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485450587.01.0.396469985739.issue29379@psf.upfronthosting.co.za>
In-reply-to
Content
When urllib2.urlopen() is passed "context" argument the new opener is being built (https://hg.python.org/cpython/file/a06454b1afa1/Lib/urllib2.py#l147) and used instead custom opener which might had been already installed with urllib2.install_opener(). This might lead to problems with proxies if custom ProxyHandler was used in custom opener – see http://stackoverflow.com/q/36089694/95735 as an example.
History
Date User Action Args
2017-01-26 17:09:47piotr.dobrogostsetrecipients: + piotr.dobrogost
2017-01-26 17:09:47piotr.dobrogostsetmessageid: <1485450587.01.0.396469985739.issue29379@psf.upfronthosting.co.za>
2017-01-26 17:09:46piotr.dobrogostlinkissue29379 messages
2017-01-26 17:09:46piotr.dobrogostcreate