summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-09 18:54:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-09 18:54:37 (GMT)
commit1cb121eceae698b1be0b383de5d42dc9b9accd02 (patch)
tree02ae663dff16df1c5a4777fc09c8341e68e6b02e /Misc/NEWS
parent14fb79977b0b8a4d3def48c7b3a20e5c73901ce0 (diff)
downloadcpython-1cb121eceae698b1be0b383de5d42dc9b9accd02.zip
cpython-1cb121eceae698b1be0b383de5d42dc9b9accd02.tar.gz
cpython-1cb121eceae698b1be0b383de5d42dc9b9accd02.tar.bz2
Issue #1926: Add support for NNTP over SSL on port 563, as well as
STARTTLS. Patch by Andrew Vant.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48f952e..1c0da0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #1926: Add support for NNTP over SSL on port 563, as well as
+ STARTTLS. Patch by Andrew Vant.
+
- Issue #10335: Add tokenize.open(), detect the file encoding using
tokenize.detect_encoding() and open it in read only mode.