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 ethan.furman
Recipients bignose, ethan.furman, georg.brandl, serhiy.storchaka
Date 2016-02-29.20:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456778877.31.0.0925768235902.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see the problem.  Every Python platform that has `mktemp` has an implementation to generate the names, and that implementation can become the public face instead of `mktemp`.  So no more of a burden than `mktemp` is; likewise for the "cognitive burden".

As far as appropriate location -- where else would you put it?
History
Date User Action Args
2016-02-29 20:47:57ethan.furmansetrecipients: + ethan.furman, georg.brandl, bignose, serhiy.storchaka
2016-02-29 20:47:57ethan.furmansetmessageid: <1456778877.31.0.0925768235902.issue26362@psf.upfronthosting.co.za>
2016-02-29 20:47:57ethan.furmanlinkissue26362 messages
2016-02-29 20:47:57ethan.furmancreate