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
Date 2015-01-15.06:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421301694.48.0.880647525512.issue23245@psf.upfronthosting.co.za>
In-reply-to
Content
I get strange callstack from urllib2

It seems that python thinks that HTTPSConnection doesn't have context argument.
Which is entirely incorrect. 
I have suspicions that this is related to the way how context argument is passed(kwargs)
This happens starting from python 2.7.9
History
Date User Action Args
2015-01-15 06:01:34Doumansetrecipients: + Douman
2015-01-15 06:01:34Doumansetmessageid: <1421301694.48.0.880647525512.issue23245@psf.upfronthosting.co.za>
2015-01-15 06:01:34Doumanlinkissue23245 messages
2015-01-15 06:01:34Doumancreate