From 3a9559b844153c4fe8584d129d88fa8f0a396944 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Giampaolo=20Rodol=C3=A0?= Date: Fri, 4 Mar 2011 12:54:34 +0000 Subject: [PATCH] Update Misc/NEWS to include issue #9795 (nntplib context manager support) --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6b484f727c..51a6797a44 100644 --- 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. -- 2.50.1