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 serhiy.storchaka
Recipients dloewenherz, ezio.melotti, serhiy.storchaka
Date 2013-08-17.17:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376760105.98.0.86785742041.issue18730@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import tempfile
>>> f = tempfile.NamedTemporaryFile(suffix='$')
>>> f.name
'/tmp/tmpumyks8ju$'

I see an effect.
History
Date User Action Args
2013-08-17 17:21:46serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, dloewenherz
2013-08-17 17:21:45serhiy.storchakasetmessageid: <1376760105.98.0.86785742041.issue18730@psf.upfronthosting.co.za>
2013-08-17 17:21:45serhiy.storchakalinkissue18730 messages
2013-08-17 17:21:45serhiy.storchakacreate