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 pitrou
Recipients orsenthil, pitrou, vstinner
Date 2011-05-24.15:56:51
SpamBayes Score 0.053050913
Marked as misclassified No
Message-id <1306252611.94.0.00175309377676.issue11242@psf.upfronthosting.co.za>
In-reply-to
Content
That's not really useful. If you want to use an SSL context, build your own opener:

opener = build_opener(HTTPSHandler(context=mycontext))
opener.open(...)
History
Date User Action Args
2011-05-24 15:56:52pitrousetrecipients: + pitrou, orsenthil, vstinner
2011-05-24 15:56:51pitrousetmessageid: <1306252611.94.0.00175309377676.issue11242@psf.upfronthosting.co.za>
2011-05-24 15:56:51pitroulinkissue11242 messages
2011-05-24 15:56:51pitroucreate