Plug tempfile.mktemp() hole (Iustin Pop).
diff --git a/Misc/NEWS b/Misc/NEWS
index 16fc119..014a099 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,9 @@
 Library
 -------
 
+- Plugged a minor hole in tempfile.mktemp() due to the use of
+  os.path.exists(), switched to using os.lstat() directly if possible.
+
 - heapq.py has been converted to C for improved performance
 
 - traceback.format_exc has been added (similar to print_exc but it returns