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: v3.4.2rc1~424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bb09c843240afd0c3f3d502f411c01e585ad08d;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 3d492ba1b0..20f3b25c57 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.