diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-17 16:09:53 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-17 16:09:53 (GMT) |
commit | 42382fedccf1306c09055b68c0b67351118f8065 (patch) | |
tree | e92e9f677adda02bbfb194aabfe3dc0e4eabe584 /Misc | |
parent | ccfb91c89f9d7515356f31fff4af4c5cbd5eef7a (diff) | |
download | cpython-42382fedccf1306c09055b68c0b67351118f8065.zip cpython-42382fedccf1306c09055b68c0b67351118f8065.tar.gz cpython-42382fedccf1306c09055b68c0b67351118f8065.tar.bz2 |
fix issue #8807: adds a context parameter to POP3_SSL class.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -93,6 +93,11 @@ Extensions Library ------- +- Issue #8807: poplib.POP3_SSL class now accepts a context parameter, which is a + ssl.SSLContext object allowing bundling SSL configuration options, + certificates and private keys into a single (potentially long-lived) + structure. + - Issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. |