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 serhiy.storchaka
Recipients bignose, ethan.furman, georg.brandl, serhiy.storchaka
Date 2016-02-29.20:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456778373.51.0.842314993143.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
I see a problem. tempfile._get_candidate_names is implementation detail, and exposing it adds a burden for maintainers. It also adds cognitive burden for users of the tempfile module. And the idea itself looks doubtful and contradictory with the good practice of using the tempfile module.

I'm -1 for adding such function to the tempfile module.
History
Date User Action Args
2016-02-29 20:39:33serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ethan.furman, bignose
2016-02-29 20:39:33serhiy.storchakasetmessageid: <1456778373.51.0.842314993143.issue26362@psf.upfronthosting.co.za>
2016-02-29 20:39:33serhiy.storchakalinkissue26362 messages
2016-02-29 20:39:33serhiy.storchakacreate