summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-29 15:03:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-29 15:03:40 (GMT)
commit69ab95105f5105b8337c757346c899d6c7e7d9bb (patch)
treeae499f9e4041d0d244368932a1d4b4c0b6cd7a49 /Misc
parent926f0da582a01f5c03bcc05919f5dbb6da37c01a (diff)
downloadcpython-69ab95105f5105b8337c757346c899d6c7e7d9bb.zip
cpython-69ab95105f5105b8337c757346c899d6c7e7d9bb.tar.gz
cpython-69ab95105f5105b8337c757346c899d6c7e7d9bb.tar.bz2
Issue #9360: Cleanup and improvements to the nntplib module. The API
now conforms to the philosophy of bytes and unicode separation in Python 3. A test suite has also been added.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0daba08..79c710c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,10 @@ Core and Builtins
Library
-------
+- Issue #9360: Cleanup and improvements to the nntplib module. The API
+ now conforms to the philosophy of bytes and unicode separation in Python 3.
+ A test suite has also been added.
+
- Issue #9962: GzipFile now has the peek() method.
- Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,