mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
specify that getuid() returns the real uid (closes #10503)
Patch by εσχατοκυριος.
This commit is contained in:
parent
9b2731bfdd
commit
4bb09c8432
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ process and user.
|
|||
|
||||
.. index:: single: user; id
|
||||
|
||||
Return the current process's user id.
|
||||
Return the current process's real user id.
|
||||
|
||||
Availability: Unix.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue