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.04:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494219195.71.0.978868489969.issue29447@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see any changes in tempfile.py. If the path-like protocol already is supported for the dir argument, no change in the documentation is needed.

tempfile.mkdtemp(dir=pathlike.Path(''), pre=b'', suf=b'') should raise a TypeError, but add also tests for path-like objects returning bytes path.
History
Date User Action Args
2017-05-08 04:53:15serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, louielu, svelankar
2017-05-08 04:53:15serhiy.storchakasetmessageid: <1494219195.71.0.978868489969.issue29447@psf.upfronthosting.co.za>
2017-05-08 04:53:15serhiy.storchakalinkissue29447 messages
2017-05-08 04:53:15serhiy.storchakacreate