os.tmpfile() vs. tempfile.TemporaryFile()

John Nagle nagle at animats.com
Thu Nov 11 13:32:46 EST 2010


   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




More information about the Python-list mailing list