summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-02 22:31:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-02 22:31:52 (GMT)
commitf80b3f72c6c486207deeda259579cba2a28bde93 (patch)
tree563c01636238b8ce59875640d21a0f3d008d30e4 /Misc
parente159422ce9cd6cedff7b45eef5a00d7e6a2aa90c (diff)
downloadcpython-f80b3f72c6c486207deeda259579cba2a28bde93.zip
cpython-f80b3f72c6c486207deeda259579cba2a28bde93.tar.gz
cpython-f80b3f72c6c486207deeda259579cba2a28bde93.tar.bz2
Issue #10280: NNTP.nntp_version should reflect the highest version
advertised by the server.
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 ae95b13..b97a181 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #10280: NNTP.nntp_version should reflect the highest version
+ advertised by the server.
+
- Issue #10184: Touch directories only once when extracting a tarfile.
- Issue #10199: New package, ``turtledemo`` now contains selected demo