Steve Dower added the comment:

Speaking as a "regular user" who just ran into this, my main concern is that 
PathLike paths get used properly. For filenames being passed back out, if I 
really want them to be Path objects, I'll wrap them in Path() anyway.

Please don't let a full conversion to pathlib hold up fixing passing a PathLike 
into the constructor. That's the main use case, and given how nicely most of 
the rest of the stdlib handles Path objects now, it's an annoying wart.

----------
nosy: +steve.dower

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

Reply via email to