diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 18:54:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 18:54:37 (GMT) |
commit | 1cb121eceae698b1be0b383de5d42dc9b9accd02 (patch) | |
tree | 02ae663dff16df1c5a4777fc09c8341e68e6b02e /Misc/NEWS | |
parent | 14fb79977b0b8a4d3def48c7b3a20e5c73901ce0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |