]> granicus.if.org Git - python/commitdiff
specify that getuid() returns the real uid (closes #10503)
authorBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 7 Jun 2014 20:50:34 +0000 (13:50 -0700)
Patch by εσχατοκυριος.

Doc/library/os.rst

index 3d492ba1b0f1e5437f3a2e49b662cf8e7c8014aa..20f3b25c5799e2ca900235665273c328394d0472 100644 (file)
@@ -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.