Re: [Ironpython-users] Missing os.getuid()

2014-02-10 Thread Jeff Hardy
On Fri, Feb 7, 2014 at 1:45 PM, Doug Blank wrote: > I'm trying to figure out if the missing os.getuid() is a bug in IronPython. > > On the one hand, this is to be defined for Unix, where os.name == "posix" > (when running IronPython on Unix). On the other hand, what should it return > when sys.pl

[Ironpython-users] Missing os.getuid()

2014-02-07 Thread Doug Blank
I'm trying to figure out if the missing os.getuid() is a bug in IronPython. On the one hand, this is to be defined for Unix, where os.name == "posix" (when running IronPython on Unix). On the other hand, what should it return when sys.platform == "cli" and os.name == "nt"? It seems that many pro