]> granicus.if.org Git - python/commitdiff
Add a note to os.chown that permission constants can be combined
authorGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 19:15:27 +0000 (19:15 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 22 Nov 2005 19:15:27 +0000 (19:15 +0000)
Doc/lib/libos.tex

index 08c1aad3fb486a47650794d0eb1ce3f8efc4e8e7..a3918e8e702b2a7a4f9d2853fcf5ee71d97399c1 100644 (file)
@@ -753,7 +753,8 @@ Availability: Macintosh, \UNIX.
 \begin{funcdesc}{chmod}{path, mode}
 Change the mode of \var{path} to the numeric \var{mode}.
 \var{mode} may take one of the following values
-(as defined in the \module{stat} module):
+(as defined in the \module{stat} module) or bitwise or-ed
+combinations of them:
 \begin{itemize}
   \item \code{S_ISUID}
   \item \code{S_ISGID}