Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31137>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to