]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for r60695
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 10 Feb 2008 07:32:52 +0000 (07:32 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 10 Feb 2008 07:32:52 +0000 (07:32 +0000)
Misc/NEWS

index 4610a4dab9a40c8c8293b43678342e45bfcb0669..96ea7d7d62ec72a55a68e4051f6ea931d10e5cc2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -400,6 +400,10 @@ Core and builtins
 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.