]> granicus.if.org Git - python/commit
Security patch for Unix by Chris McDonough.
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 13:28:02 +0000 (13:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 13:28:02 +0000 (13:28 +0000)
commit00f09b38219778b4911f9a3772f06e13153a02c8
tree32639e63301d152fa3d4315731bd5c004d79cb30
parentbfbf11382756f8afc9a652d72106d8235982b94a
Security patch for Unix by Chris McDonough.

This uses the same precautions when trying to find a temporary
directory as when the actual tempfile is created (using O_CREAT and
O_EXCL).  On non-posix platforms, nothing is changed.
Lib/tempfile.py