Add posix.lchown()

This commit is contained in:
Andrew M. Kuchling 2002-07-28 20:29:03 +00:00
parent ad9eba7a69
commit 52f1b76f6c
1 changed files with 1 additions and 2 deletions

View File

@ -679,8 +679,7 @@ convert between radians and degrees. Other functions in the
\function{math.sin()} and \function{math.cos()} have always required
input values measured in radians. (Contributed by Raymond Hettinger.)
\item Three new functions, \function{getpgid()}, \function{killpg()},
and \function{mknod()}, were added to the \module{posix} module that
\item Four new functions, \function{getpgid()}, \function{killpg()}, \function{lchown()}, and \function{mknod()}, were added to the \module{posix} module that
underlies the \module{os} module. (Contributed by Gustavo Niemeyer
and Geert Jansen.)