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 bignose
Recipients bignose, ethan.furman
Date 2016-02-16.05:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455598841.55.0.140080274599.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
It has been pointed out that `tempfile.mktemp` does in fact access the filesystem, to query whether the entry exists.

So this request would be best met by exposing a simple “get a new return value from the `tempfile._RandomNameSequence` instance” function.
History
Date User Action Args
2016-02-16 05:00:41bignosesetrecipients: + bignose, ethan.furman
2016-02-16 05:00:41bignosesetmessageid: <1455598841.55.0.140080274599.issue26362@psf.upfronthosting.co.za>
2016-02-16 05:00:41bignoselinkissue26362 messages
2016-02-16 05:00:41bignosecreate