Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
diff --git a/Misc/NEWS b/Misc/NEWS
index e04cb3c..733775f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,13 @@
 Extension Modules
 -----------------
 
+Tests
+-----
+
+- Patch #2232: os.tmpfile might fail on Windows if the user has no
+  permission to create files in the root directory.
+
+
 Documentation
 -------------