summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2008-02-10 07:32:52 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2008-02-10 07:32:52 (GMT)
commitac094dc8a367a121dfbc7b53168d9176f3bebbb3 (patch)
tree2a0d5d99e7c00aa66e48a4de674c2a3ed85938ae /Misc
parent13a707577fa0a6f13e9c20619239fdd9ff8ac1c5 (diff)
downloadcpython-ac094dc8a367a121dfbc7b53168d9176f3bebbb3.zip
cpython-ac094dc8a367a121dfbc7b53168d9176f3bebbb3.tar.gz
cpython-ac094dc8a367a121dfbc7b53168d9176f3bebbb3.tar.bz2
Add missing NEWS entry for r60695
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4610a4d..96ea7d7 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.