From: Benjamin Peterson Date: Sat, 7 Jun 2014 20:50:34 +0000 (-0700) Subject: specify that getuid() returns the real uid (closes #10503) X-Git-Tag: v2.7.8~37^2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4547d371c61e7a4bcc208264d698b805815bbd96;p=python specify that getuid() returns the real uid (closes #10503) Patch by εσχατοκυριος. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2149ae5fa9..71133c4164 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -257,7 +257,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.