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, georg.brandl, serhiy.storchaka
Date 2016-02-29.22:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456783766.08.0.566455094826.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy Storchaka

> mktemp is deprecated, and I think we will get rid of it when 2.7 will be out of use.

That's fine. This is not a request to retain ‘tempfile.mktemp’.

I confused matters in my initial message, so your confusion is understandable on this point. To repeat:

The request is for a “get the next path generated by a ‘tempfile._get_candidate_names’ generator”, with an approved and documented public API. One suggested name is ‘tempfile.makepath’.


> Do you want to add new deprecated from the start function?

No. I'm asking for already-implemented and currently-maintained (i.e. not deprecated) standard library code, that is currently neither public nor documented, to gain a public API.


Ethan Furman:

> I don't see any problem with this.  Patches welcome.

Thank you, I'll work on a patch soon.
History
Date User Action Args
2016-02-29 22:09:26bignosesetrecipients: + bignose, georg.brandl, ethan.furman, serhiy.storchaka
2016-02-29 22:09:26bignosesetmessageid: <1456783766.08.0.566455094826.issue26362@psf.upfronthosting.co.za>
2016-02-29 22:09:26bignoselinkissue26362 messages
2016-02-29 22:09:25bignosecreate