Patch #605370: Add description[s] for RFC 2980 compliance.
diff --git a/Misc/ACKS b/Misc/ACKS
index 348949c..071f86e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -163,6 +163,7 @@
Jeff Epler
Tom Epperly
Stoffel Erasmus
+Jürgen A. Erhard
Michael Ernst
Ben Escoto
Andy Eskilsson
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b5fae1..e48309c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@
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.