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 brett.cannon, louielu, serhiy.storchaka, svelankar
Date 2017-05-08.18:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494268765.29.0.989472442029.issue29447@psf.upfronthosting.co.za>
In-reply-to
Content
If tempfile doesn't have special code for supporting path-like objects, and nothing in the documentation points that path-like objects don't work, then the documentation doesn't need changes. This is just a consequence of implementing PEP 519 in low-level functions.

If tempfile._infer_return_type will treat *all* path-like objects as str, this is a bug.
History
Date User Action Args
2017-05-08 18:39:25serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, louielu, svelankar
2017-05-08 18:39:25serhiy.storchakasetmessageid: <1494268765.29.0.989472442029.issue29447@psf.upfronthosting.co.za>
2017-05-08 18:39:25serhiy.storchakalinkissue29447 messages
2017-05-08 18:39:25serhiy.storchakacreate