diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 18:58:42 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 18:58:42 (GMT) |
commit | 859c4ef0a0069a555057f25f02407e89bd2c114b (patch) | |
tree | 5c9cbdc5e002f308c2bfaeedd67161ce2b71a627 /Misc/NEWS | |
parent | 1cb121eceae698b1be0b383de5d42dc9b9accd02 (diff) | |
download | cpython-859c4ef0a0069a555057f25f02407e89bd2c114b.zip cpython-859c4ef0a0069a555057f25f02407e89bd2c114b.tar.gz cpython-859c4ef0a0069a555057f25f02407e89bd2c114b.tar.bz2 |
Make `usenetrc` False by default (the old behaviour of having it True by
default could be rather confusing).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ Core and Builtins Library ------- +- ``usenetrc`` is now false by default for NNTP objects. + - Issue #1926: Add support for NNTP over SSL on port 563, as well as STARTTLS. Patch by Andrew Vant. |