]> granicus.if.org Git - python/commitdiff
Plug tempfile.mktemp() hole (Iustin Pop).
authorGuido van Rossum <guido@python.org>
Mon, 10 Nov 2003 02:27:19 +0000 (02:27 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Nov 2003 02:27:19 +0000 (02:27 +0000)
Misc/ACKS
Misc/NEWS

index a8d645a3e3688a0196ba481a5e07576a59ad223d..16f3f62f22ad37a43fdd52cfaa79237fddae42e5 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -435,6 +435,7 @@ Dan Pierson
 Martijn Pieters
 François Pinard
 Michael Piotrowski
+Iustin Pop
 John Popplewell
 Amrit Prem
 Paul Prescod
index 16fc1197ebe2d5fa32acef4fe975777be5380404..014a099c580bc4cdfd39f93ef963c197effea3e0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,9 @@ Extension modules
 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