This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients christian.heimes, gvanrossum, loewis
Date 2007-10-25.23:00:33
SpamBayes Score 0.08280528
Marked as misclassified No
Message-id <ca471dc20710251600p7b91470fr5e0323439c8faf49@mail.gmail.com>
In-reply-to <47211E10.9050005@cheimes.de>
Content
2007/10/25, Christian Heimes <report@bugs.python.org>:
> I can do that for you. But I still believe that os.tmpfile() works
> different than tempfile.mkstemp(). The former returns a file descriptor
> of a file w/o directory entry and the later a file in tempfile.tempdir.

True. But tempfile.TemporaryFile() returns a temp file without a name.
History
Date User Action Args
2007-10-25 23:00:33gvanrossumsetspambayes_score: 0.0828053 -> 0.08280528
recipients: + gvanrossum, loewis, christian.heimes
2007-10-25 23:00:33gvanrossumlinkissue1318 messages
2007-10-25 23:00:33gvanrossumcreate