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
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