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 vstinner
Recipients pitrou, vstinner
Date 2011-02-18.11:41:57
SpamBayes Score 0.049790405
Marked as misclassified No
Message-id <1298029318.21.0.486512384779.issue11242@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #9003 added cafile and capath arguments to url_open(), but it is not possible to reuse a SSLContext object (which would avoid to reload certificates, CRL, etc.).
History
Date User Action Args
2011-02-18 11:41:58vstinnersetrecipients: + vstinner, pitrou
2011-02-18 11:41:58vstinnersetmessageid: <1298029318.21.0.486512384779.issue11242@psf.upfronthosting.co.za>
2011-02-18 11:41:57vstinnerlinkissue11242 messages
2011-02-18 11:41:57vstinnercreate