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 giampaolo.rodola
Date 2010-11-08.11:28:09
SpamBayes Score 0.0004620496
Marked as misclassified No
Message-id <1289215695.29.0.553789101836.issue10354@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import tempfile
>>> tempfile.template = 'XXX'
>>> tempfile.mkdtemp()
'/tmp/tmpPf5lML'
>>>

Functions that use template use it as an argument default, so changing it afterwards has no effect.
History
Date User Action Args
2010-11-08 11:28:15giampaolo.rodolasetrecipients: + giampaolo.rodola
2010-11-08 11:28:15giampaolo.rodolasetmessageid: <1289215695.29.0.553789101836.issue10354@psf.upfronthosting.co.za>
2010-11-08 11:28:09giampaolo.rodolalinkissue10354 messages
2010-11-08 11:28:09giampaolo.rodolacreate