diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-07-28 20:29:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-07-28 20:29:03 (GMT) |
commit | 52f1b76f6c306a1ccff5e9438618b0ed4d8e1138 (patch) | |
tree | f3ad4ab74e8995fe9e335f13be19b2ac8e3c43da /Doc/whatsnew | |
parent | ad9eba7a695804e7ee4e4ac6619b81a2baa15958 (diff) | |
download | cpython-52f1b76f6c306a1ccff5e9438618b0ed4d8e1138.zip cpython-52f1b76f6c306a1ccff5e9438618b0ed4d8e1138.tar.gz cpython-52f1b76f6c306a1ccff5e9438618b0ed4d8e1138.tar.bz2 |
Add posix.lchown()
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index a4c499f..43416c0 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.) |