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-07.13:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494163837.86.0.514846697245.issue29447@psf.upfronthosting.co.za>
In-reply-to
Content
Since tempfile is relay on `os`,

e.g. `file = _os.join.path(dir, pre+name+suf)`, 


it can directly accept dir as PathLike type, this should need to add test case for it.
History
Date User Action Args
2017-05-07 13:30:37louielusetrecipients: + louielu, brett.cannon, serhiy.storchaka, svelankar
2017-05-07 13:30:37louielusetmessageid: <1494163837.86.0.514846697245.issue29447@psf.upfronthosting.co.za>
2017-05-07 13:30:37louielulinkissue29447 messages
2017-05-07 13:30:37louielucreate