From: Nick Coghlan Date: Sun, 10 Feb 2008 07:32:52 +0000 (+0000) Subject: Add missing NEWS entry for r60695 X-Git-Tag: v2.6a1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac094dc8a367a121dfbc7b53168d9176f3bebbb3;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS entry for r60695 --- diff --git a/Misc/NEWS b/Misc/NEWS index 4610a4dab9a4..96ea7d7d62ec 100644 --- 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.