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 crazyjurich
Recipients crazyjurich
Date 2015-01-04.21:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420406037.0.0.986455895168.issue23166@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.9 has a bug in urllib2.py:urlopen().
It creates HTTPSHandler instances by its own when it should not.
One may have assigned custom openers with subclassed HTTPSHandler or HTTPSHandler instance with debug enabled or etc.
History
Date User Action Args
2015-01-04 21:13:57crazyjurichsetrecipients: + crazyjurich
2015-01-04 21:13:57crazyjurichsetmessageid: <1420406037.0.0.986455895168.issue23166@psf.upfronthosting.co.za>
2015-01-04 21:13:56crazyjurichlinkissue23166 messages
2015-01-04 21:13:56crazyjurichcreate