Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile
diff --git a/Misc/NEWS b/Misc/NEWS
index cf73bca..e9473dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@
Library
-------
+- #2021: Allow tempfile.NamedTemporaryFile to be used in with statements
+ by correctly supporting the context management protocol.
+
- Fixed _ctypes.COMError so that it must be called with exactly three
arguments, instances now have the hresult, text, and details
instance variables.