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 berker.peksag
Recipients BreamoreBoy, berker.peksag, pitrou, python-dev, spiralx
Date 2016-03-11.21:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457730815.89.0.552374634761.issue20589@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-11 21:13:35berker.peksagsetrecipients: + berker.peksag, pitrou, BreamoreBoy, python-dev, spiralx
2016-03-11 21:13:35berker.peksagsetmessageid: <1457730815.89.0.552374634761.issue20589@psf.upfronthosting.co.za>
2016-03-11 21:13:35berker.peksaglinkissue20589 messages
2016-03-11 21:13:35berker.peksagcreate