From: Andrew M. Kuchling Date: Sun, 28 Jul 2002 20:29:03 +0000 (+0000) Subject: Add posix.lchown() X-Git-Tag: v2.3c1~4839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f1b76f6c306a1ccff5e9438618b0ed4d8e1138;p=python Add posix.lchown() --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index a4c499f4d4..43416c02da 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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.)