STINNER Victor added the comment:

"I prefer to use tempfile.NamedTemporaryFile because it is portable and well 
tested. It also uses a random suffix. On Windows, the O_TEMPORARY flag is 
passed to os.open(), ..."

Oh, and it sets also the close-on-exec safe, which is also more secure.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8604>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to