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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4547d371c61e7a4bcc208264d698b805815bbd96;p=thirdparty%2FPython%2Fcpython.git specify that getuid() returns the real uid (closes #10503) Patch by εσχατοκυριος. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 2149ae5fa94c..71133c416433 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.