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 spiralx
Recipients pitrou, spiralx
Date 2014-02-11.22:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392157200.22.0.0979951065701.issue20589@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I'm not sure when I got the idea they should return ids instead of the names :) But raising NotImplementedError is certainly an improvement on ImportError.

As to implementing it on Windows, the answer by eryksun on this page works without requiring anything other than ctypes:

http://stackoverflow.com/questions/8086412/howto-determine-file-owner-on-windows-using-python-without-pywin32

That's about as simple as it gets it seems, the process for the group is almost identical, but groups aren't used very much on Windows anyway.
History
Date User Action Args
2014-02-11 22:20:00spiralxsetrecipients: + spiralx, pitrou
2014-02-11 22:20:00spiralxsetmessageid: <1392157200.22.0.0979951065701.issue20589@psf.upfronthosting.co.za>
2014-02-11 22:20:00spiralxlinkissue20589 messages
2014-02-11 22:19:59spiralxcreate