Is there any reason to prefer "tempfile.TemporaryFile()" over "os.tmpfile()"? Both create a nameless temporary file that will be deleted on close.
John Nagle -- http://mail.python.org/mailman/listinfo/python-list
Is there any reason to prefer "tempfile.TemporaryFile()" over "os.tmpfile()"? Both create a nameless temporary file that will be deleted on close.
John Nagle -- http://mail.python.org/mailman/listinfo/python-list