]> granicus.if.org Git - python/commitdiff
Update Misc/NEWS to include issue #9795 (nntplib context manager support)
authorGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 4 Mar 2011 12:54:34 +0000 (12:54 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 4 Mar 2011 12:54:34 +0000 (12:54 +0000)
Misc/NEWS

index 6b484f727c90f4437b37917290f878b33a2014a0..51a6797a44e4b6222defe4c84073074d28bdc8fd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #9795: add context manager protocol support for nntplib.NNTP class.
+
 - Issue #11306: mailbox in certain cases adapts to an inability to open
   certain files in read-write mode.  Previously it detected this by
   checking for EACCES, now it also checks for EROFS.