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 eric.araujo
Recipients eric.araujo, georg.brandl, giampaolo.rodola, r.david.murray
Date 2010-11-08.16:12:14
SpamBayes Score 0.00012192634
Marked as misclassified No
Message-id <1289232750.1.0.268938257941.issue10355@psf.upfronthosting.co.za>
In-reply-to
Content
From the doc of tempfile.NamedTemporaryFile: “This function operates exactly as TemporaryFile() does, except that the file is guaranteed to have a visible name in the file system (on Unix, the directory entry is not unlinked). That name can be retrieved from the name member of the file object. Whether the name can be used to open the file a second time, while the named temporary file is still open, varies across platforms (it can be so used on Unix; it cannot on Windows NT or later).”
History
Date User Action Args
2010-11-08 16:12:30eric.araujosetrecipients: + eric.araujo, georg.brandl, giampaolo.rodola, r.david.murray
2010-11-08 16:12:30eric.araujosetmessageid: <1289232750.1.0.268938257941.issue10355@psf.upfronthosting.co.za>
2010-11-08 16:12:14eric.araujolinkissue10355 messages
2010-11-08 16:12:14eric.araujocreate