Éric Araujo <mer...@netwok.org> added the comment:

>From the doc of tempfile.NamedTemporaryFile: “This function operates exactly 
>as TemporaryFile() does, except that the file is guaranteed to have a visible 
>name in the file system (on Unix, the directory entry is not unlinked). That 
>name can be retrieved from the name member of the file object. Whether the 
>name can be used to open the file a second time, while the named temporary 
>file is still open, varies across platforms (it can be so used on Unix; it 
>cannot on Windows NT or later).”

----------

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

Reply via email to