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 giampaolo.rodola
Recipients docs@python, giampaolo.rodola
Date 2010-11-22.13:01:10
SpamBayes Score 0.12205745
Marked as misclassified No
Message-id <1290430871.92.0.135823537975.issue10503@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/os.html#os.getuid
os.getuid() documentation just states:

> Return the current process’s user id.

It is not clear, however, whether "user id" refers to real, effective or saved user id.

As per:
http://linux.about.com/library/cmd/blcmdl2_getuid.htm
...it should refer to _real_ user id.
History
Date User Action Args
2010-11-22 13:01:11giampaolo.rodolasetrecipients: + giampaolo.rodola, docs@python
2010-11-22 13:01:11giampaolo.rodolasetmessageid: <1290430871.92.0.135823537975.issue10503@psf.upfronthosting.co.za>
2010-11-22 13:01:10giampaolo.rodolalinkissue10503 messages
2010-11-22 13:01:10giampaolo.rodolacreate