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 ezio.melotti, georg.brandl, giampaolo.rodola, nascheme, ncoghlan, pitrou
Date 2010-10-23.18:41:06
SpamBayes Score 0.002030376
Marked as misclassified No
Message-id <1287859268.03.0.797078375005.issue5178@psf.upfronthosting.co.za>
In-reply-to
Content
Personally I would like to have a unique tempfile.mkdtemp which can be used as both a function and a context manager, as it happens for open() and others.
Not sure how to do that though, unless tempfile.mkdtemp gets turned into a class.
There would be objections against doing that?
History
Date User Action Args
2010-10-23 18:41:08giampaolo.rodolasetrecipients: + giampaolo.rodola, nascheme, georg.brandl, ncoghlan, pitrou, ezio.melotti
2010-10-23 18:41:08giampaolo.rodolasetmessageid: <1287859268.03.0.797078375005.issue5178@psf.upfronthosting.co.za>
2010-10-23 18:41:06giampaolo.rodolalinkissue5178 messages
2010-10-23 18:41:06giampaolo.rodolacreate