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 Phaqui, Roy Williams, gregory.p.smith, serhiy.storchaka
Date 2018-02-05.19:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517859411.64.0.467229070634.issue31961@psf.upfronthosting.co.za>
In-reply-to
Content
I don't remember all details, here is what I have found.

Issue28230 and issue28231 -- the support of path-like object was added only for external names (paths of archives, paths of added files, paths for extraction), but not for internal names.

Issue29447 -- the initial idea was rejected, and it seems to me that the tempfile module doesn't need any changes. Path-like objects already are accepted for the dir argument, but they shouldn't be accepted for arguments like pre or suf which are not paths.

Issue29448 is only tangentially related. It's rejection is based on issue29447.
History
Date User Action Args
2018-02-05 19:36:51serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, Phaqui, Roy Williams
2018-02-05 19:36:51serhiy.storchakasetmessageid: <1517859411.64.0.467229070634.issue31961@psf.upfronthosting.co.za>
2018-02-05 19:36:51serhiy.storchakalinkissue31961 messages
2018-02-05 19:36:51serhiy.storchakacreate