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

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


http://hg.python.org/cpython/rev/6dfbe504f659
changeset:   91068:6dfbe504f659
branch:      2.7
parent:      91064:390b7fd617a9
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
@@ -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.
 

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


More information about the Python-checkins mailing list