Update Misc/NEWS to include issue #9795 (nntplib context manager support)

This commit is contained in:
Giampaolo Rodolà 2011-03-04 12:54:34 +00:00
parent dc29e7dfd1
commit 3a9559b844
1 changed files with 2 additions and 0 deletions

View File

@ -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.