]> granicus.if.org Git - python/commitdiff
Add posix.lchown()
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 28 Jul 2002 20:29:03 +0000 (20:29 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 28 Jul 2002 20:29:03 +0000 (20:29 +0000)
Doc/whatsnew/whatsnew23.tex

index a4c499f4d40dc23b25a54fdb7f101a7b5463cc29..43416c02daef36763a2fcce0818ea0f8a2401473 100644 (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.)