[Python-checkins] cpython (3.4): specify that getuid() returns the real uid (closes #10503)

benjamin.peterson python-checkins at python.org
Sat Jun 7 22:52:00 CEST 2014


http://hg.python.org/cpython/rev/19172062e5c0
changeset:   91067:19172062e5c0
branch:      3.4
parent:      91065:0c712828fb6e
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jun 07 13:50:34 2014 -0700
summary:
  specify that getuid() returns the real uid (closes #10503)

Patch by εσχατοκυριος.

files:
  Doc/library/os.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -379,7 +379,7 @@
 
    .. index:: single: user; id
 
-   Return the current process's user id.
+   Return the current process's real user id.
 
    Availability: Unix.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list