[issue20589] pathlib.owner() and pathlib.group() raise ImportError on Windows

Berker Peksag report at bugs.python.org
Fri Mar 11 16:13:35 EST 2016


Berker Peksag added the comment:

I've changed the exception to raise NotImplementedError. I'm not sure about using the ctypes solution in the stdlib. Perhaps we should wrap Windows GetSecurity* APIs (similar to what we did for UNIX/POSIX APIs) first then we can use it in pathlib.

----------
nosy: +berker.peksag
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
type:  -> behavior
versions: +Python 3.5, Python 3.6 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20589>
_______________________________________


More information about the Python-bugs-list mailing list