mirror of https://github.com/python/cpython
specify that getuid() returns the real uid (closes #10503)
Patch by εσχατοκυριος.
This commit is contained in:
parent
9b2731bfdd
commit
4bb09c8432
|
@ -379,7 +379,7 @@ process and user.
|
||||||
|
|
||||||
.. index:: single: user; id
|
.. index:: single: user; id
|
||||||
|
|
||||||
Return the current process's user id.
|
Return the current process's real user id.
|
||||||
|
|
||||||
Availability: Unix.
|
Availability: Unix.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue