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 giampaolo.rodola
Recipients georg.brandl, giampaolo.rodola
Date 2010-11-08.12:14:00
SpamBayes Score 3.0161134e-05
Marked as misclassified No
Message-id <1289218442.71.0.42635989391.issue10355@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import tempfile
>>> tempfile.SpooledTemporaryFile().name
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/giampaolo/svn/python-2.7/Lib/tempfile.py", line 574, in name
    return self._file.name
AttributeError: 'cStringIO.StringO' object has no attribute 'name'
History
Date User Action Args
2010-11-08 12:14:02giampaolo.rodolasetrecipients: + giampaolo.rodola, georg.brandl
2010-11-08 12:14:02giampaolo.rodolasetmessageid: <1289218442.71.0.42635989391.issue10355@psf.upfronthosting.co.za>
2010-11-08 12:14:00giampaolo.rodolalinkissue10355 messages
2010-11-08 12:14:00giampaolo.rodolacreate