summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-26 12:40:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-26 12:40:50 (GMT)
commitcc0f93233a1715ae8358fb0fa35b1ab8786bade3 (patch)
tree80a7580addf8ef881b214ecfec12a701077ce803 /Misc/NEWS
parent32d0c1b458bbdda8d8895f5b5bedfb4644f839e7 (diff)
downloadcpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.zip
cpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.tar.gz
cpython-cc0f93233a1715ae8358fb0fa35b1ab8786bade3.tar.bz2
Patch #605370: Add description[s] for RFC 2980 compliance.
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 4b5fae1..e48309c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Extension modules
Library
-------
+- nntplib has two new methods: description and descriptions. They
+ use a more RFC-compliant way of getting a newsgroup description.
+
- Bug #993394. Fix a possible red herring of KeyError in 'threading' being
raised during interpreter shutdown from a registered function with atexit
when dummy_threading is being used.