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:13:55
SpamBayes Score 0.0023850263
Marked as misclassified No
Message-id <1274717637.39.0.0073929793702.issue8808@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/ssl.html#ssl.SSLContext

The IMAP4_SSL constructor should allow passing an SSL context object instead of a key/cert pair.
History
Date User Action Args
2010-05-24 16:13:57pitrousetrecipients: + pitrou
2010-05-24 16:13:57pitrousetmessageid: <1274717637.39.0.0073929793702.issue8808@psf.upfronthosting.co.za>
2010-05-24 16:13:55pitroulinkissue8808 messages
2010-05-24 16:13:55pitroucreate