Barney Gale <barney.g...@gmail.com> added the comment:

Those methods are non-pure, i.e. part of `Path` but not `PurePath`. Only impure 
paths have accessors. The `_Accessor` docstring says: "an accessor implements a 
particular (system-specific or not) way of accessing paths on the filesystem". 
This abstraction is pretty pointless if covers `os.readlink()` but not 
`os.getcwd()`!

----------

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

Reply via email to