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 Douman
Recipients Douman, alex, r.david.murray
Date 2015-01-15.16:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421338345.28.0.315898155213.issue23245@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, i checked what is http_class. It is passed as httplib.HTTPSConnection
Before submitting this issue i checked httplib.py in my installation of py2 and there https://hg.python.org/cpython/file/2.7/Lib/httplib.py

HTTPSConnection has argument "context".

Btw, it would be nice to update comments in urllib2 so that it would be more accurate
History
Date User Action Args
2015-01-15 16:12:25Doumansetrecipients: + Douman, alex, r.david.murray
2015-01-15 16:12:25Doumansetmessageid: <1421338345.28.0.315898155213.issue23245@psf.upfronthosting.co.za>
2015-01-15 16:12:25Doumanlinkissue23245 messages
2015-01-15 16:12:25Doumancreate