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:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502170239.66.0.0410701609627.issue31137@psf.upfronthosting.co.za>
In-reply-to
Content
You can just pass the name attribute to the pathlib.Path constructor. Adding a name attribute will not allow you to do what you can't do now, but will increase the coupling between the tempfile and pathlib modules. The purpose of introducing the path protocol was avoiding creating such couplings.
History
Date User Action Args
2017-08-08 05:30:39serhiy.storchakasetrecipients: + serhiy.storchaka, wsanchez
2017-08-08 05:30:39serhiy.storchakasetmessageid: <1502170239.66.0.0410701609627.issue31137@psf.upfronthosting.co.za>
2017-08-08 05:30:39serhiy.storchakalinkissue31137 messages
2017-08-08 05:30:39serhiy.storchakacreate