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 serhiy.storchaka, wsanchez
Date 2017-08-08.05:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502169801.54.0.334297986951.issue31138@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't it support it?

>>> import tempfile, pathlib
>>> tempfile.NamedTemporaryFile(dir=pathlib.Path('/tmp'))
<tempfile._TemporaryFileWrapper object at 0xb6fa78bc>
History
Date User Action Args
2017-08-08 05:23:21serhiy.storchakasetrecipients: + serhiy.storchaka, wsanchez
2017-08-08 05:23:21serhiy.storchakasetmessageid: <1502169801.54.0.334297986951.issue31138@psf.upfronthosting.co.za>
2017-08-08 05:23:21serhiy.storchakalinkissue31138 messages
2017-08-08 05:23:21serhiy.storchakacreate