[Python-checkins] r60710 - python/trunk/Misc/NEWS

nick.coghlan python-checkins at python.org
Sun Feb 10 08:32:52 CET 2008


Author: nick.coghlan
Date: Sun Feb 10 08:32:52 2008
New Revision: 60710

Modified:
   python/trunk/Misc/NEWS
Log:
Add missing NEWS entry for r60695

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Feb 10 08:32:52 2008
@@ -400,6 +400,10 @@
 Library
 -------
 
+- #2021: Allow tempfile.NamedTemporaryFile and SpooledTemporaryFile
+  to be used in with statements by correctly supporting the context
+  management protocol.
+
 - #1979: Add rich comparisons to Decimal, and make Decimal comparisons
   involving a NaN follow the IEEE 754 standard.
 


More information about the Python-checkins mailing list