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 vbraun
Recipients Alan.Williams, Arfrever, benjamin.peterson, christian.heimes, eric.araujo, georg.brandl, hynek, jdemeyer, ncoghlan, robertwb, schmir, tarek, vbraun, vstinner
Date 2012-10-13.10:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350123657.72.0.275453655092.issue16202@psf.upfronthosting.co.za>
In-reply-to
Content
> When is tempfile.mkdtemp ever missing

It was added in Python 2.3, in the dark ages before that there was only tempfile.mktemp. Though I guess we can remove the fallback now...
History
Date User Action Args
2012-10-13 10:20:57vbraunsetrecipients: + vbraun, georg.brandl, ncoghlan, vstinner, christian.heimes, schmir, robertwb, benjamin.peterson, tarek, eric.araujo, Arfrever, hynek, jdemeyer, Alan.Williams
2012-10-13 10:20:57vbraunsetmessageid: <1350123657.72.0.275453655092.issue16202@psf.upfronthosting.co.za>
2012-10-13 10:20:57vbraunlinkissue16202 messages
2012-10-13 10:20:57vbrauncreate