summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-02 19:20:11 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-02 19:20:11 (GMT)
commit216d463b1f5eea7b6505b9ec13372d830ef720b6 (patch)
treeb219b30b748d56d27bd71ae5c081929aed2a5031 /Misc
parent1bc7068d7fde0eaf2155240f629bcf80280daff6 (diff)
downloadcpython-216d463b1f5eea7b6505b9ec13372d830ef720b6.zip
cpython-216d463b1f5eea7b6505b9ec13372d830ef720b6.tar.gz
cpython-216d463b1f5eea7b6505b9ec13372d830ef720b6.tar.bz2
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f0dbb9..20b80c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library
- Issue #19784: poplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
+- Issue #19783: nntplib now supports SSLContext.check_hostname and server name
+ indication for TLS/SSL connections.
+
- Issue #19782: imaplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.