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 collinwinter, eric.araujo, georg.brandl, giampaolo.rodola, r.david.murray
Date 2010-11-08.17:09:42
SpamBayes Score 0.003252042
Marked as misclassified No
Message-id <1289236188.32.0.163488241075.issue10355@psf.upfronthosting.co.za>
In-reply-to
Content
Wow, brain fail.  What I actually wanted to say:  SpooledTemporaryFile “operates exactly as TemporaryFile() does”, which is not guaranteed to have a name.  The definition of file-like object (linked from tempfile docs) says nothing about a name either.  Therefore, I think the presence of this attribute is a bug.

Adding Collin to nosy, as the committer of SpooledTemporaryFile.
History
Date User Action Args
2010-11-08 17:09:48eric.araujosetrecipients: + eric.araujo, georg.brandl, collinwinter, giampaolo.rodola, r.david.murray
2010-11-08 17:09:48eric.araujosetmessageid: <1289236188.32.0.163488241075.issue10355@psf.upfronthosting.co.za>
2010-11-08 17:09:42eric.araujolinkissue10355 messages
2010-11-08 17:09:42eric.araujocreate