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

Reply via email to