[Python-checkins] r88745 - python/branches/py3k/Misc/NEWS

giampaolo.rodola python-checkins at python.org
Fri Mar 4 13:54:34 CET 2011


Author: giampaolo.rodola
Date: Fri Mar  4 13:54:34 2011
New Revision: 88745

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

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Fri Mar  4 13:54:34 2011
@@ -55,6 +55,8 @@
 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.


More information about the Python-checkins mailing list