commit | 4547d371c61e7a4bcc208264d698b805815bbd96 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jun 07 13:50:34 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jun 07 13:50:34 2014 -0700 |
tree | e8726f5e801c14df4d785fad2b44cbdf73e23b95 | |
parent | 3afd956e09b22558543994b80082e8f51151de5d [diff] |
specify that getuid() returns the real uid (closes #10503) Patch by εσχατοκυριος.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2149ae5..71133c4 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -257,7 +257,7 @@ .. index:: single: user; id - Return the current process's user id. + Return the current process's real user id. Availability: Unix.