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 pitrou
Date 2010-05-24.16:04:01
SpamBayes Score 0.0055825976
Marked as misclassified No
Message-id <1274717044.09.0.580152326927.issue8805@psf.upfronthosting.co.za>
In-reply-to
Content
3.2 introduces SSL contexts, which allow bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure.
http://docs.python.org/dev/py3k/library/http.client.html

urllib.request.*URLOpener should allow passing an SSL context object, if not already possible.

(I hope you don't mind the multiple similar issues, but I think one separate issue per stdlib module is more manageable)
History
Date User Action Args
2010-05-24 16:04:04pitrousetrecipients: + pitrou
2010-05-24 16:04:04pitrousetmessageid: <1274717044.09.0.580152326927.issue8805@psf.upfronthosting.co.za>
2010-05-24 16:04:01pitroulinkissue8805 messages
2010-05-24 16:04:01pitroucreate