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 jfunk, pitrou
Date 2012-05-11.04:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336711357.56.0.826892796266.issue14780@psf.upfronthosting.co.za>
In-reply-to
Content
Well, this is basically a change in behaviour, so it could only go in the default branch (3.3). But 3.3 already has SSLContext.set_default_verify_paths(), so it's not obvious why the patch is needed.

(furthermore, automatically selecting the system-wide certificates could be surprising. There may be applications where you don't want to trust them.)
History
Date User Action Args
2012-05-11 04:42:37pitrousetrecipients: + pitrou, jfunk
2012-05-11 04:42:37pitrousetmessageid: <1336711357.56.0.826892796266.issue14780@psf.upfronthosting.co.za>
2012-05-11 04:42:37pitroulinkissue14780 messages
2012-05-11 04:42:36pitroucreate