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 louielu
Recipients brett.cannon, louielu, serhiy.storchaka, svelankar
Date 2017-05-08.06:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494225568.99.0.932190169791.issue29447@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, though this no need to add versionchanged, should this need to explicit note in doc, that tempfile support os.PathLike?

also, I didn't get "add also tests for path-like objects returning bytes path", if `tempfile.mkdtemp(dir=pathlike.Path(''), pre=b'', suf=b'')` will raise TypeError, then we don't need to deal with path-like objects returning bytes. because tempfile._infer_return_type will treat path-like objects as str.
History
Date User Action Args
2017-05-08 06:39:29louielusetrecipients: + louielu, brett.cannon, serhiy.storchaka, svelankar
2017-05-08 06:39:28louielusetmessageid: <1494225568.99.0.932190169791.issue29447@psf.upfronthosting.co.za>
2017-05-08 06:39:28louielulinkissue29447 messages
2017-05-08 06:39:28louielucreate