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 christian.heimes
Recipients christian.heimes, gvanrossum, loewis
Date 2007-10-25.22:52:06
SpamBayes Score 0.00038689934
Marked as misclassified No
Message-id <47211E10.9050005@cheimes.de>
In-reply-to <1193352180.16.0.0347724576627.issue1318@psf.upfronthosting.co.za>
Content
Guido van Rossum wrote:
> Christian can you revise your patch to also remove os.tmpfile per
> Martin's request?  Make sure unit tests and docs are fixed too.

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.

Christian
History
Date User Action Args
2007-10-25 22:52:06christian.heimessetspambayes_score: 0.000386899 -> 0.00038689934
recipients: + christian.heimes, gvanrossum, loewis
2007-10-25 22:52:06christian.heimeslinkissue1318 messages
2007-10-25 22:52:06christian.heimescreate