Re: [Python-Dev] Location of uname in os.py

2008-06-07 Thread Martin v. Löwis
> Can anyone give me an idea as to where the function uname is located in > os? This question is out-of-scope for python-dev; please use python-list instead when asking how something is currently implemented. However, there is an easy answer, so I'll give it anyway: it's implemented in Modules/po

[Python-Dev] Location of uname in os.py

2008-06-06 Thread James Thomas
Can anyone give me an idea as to where the function uname is located in os? I am unable to find it explicitly defined within the os.py file in the current svn repository. I also need to know how a call to os.uname() interacts with platform.uname(). I apologize if there is an obvious answer to th