summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-10-10 16:04:08 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-10-10 16:04:08 (GMT)
commitc309ccab64e5c21a2d3d83b1c2a881f290a1a8b8 (patch)
tree27ca22951242a88ee4f681c03fccfe2e04fb105e /Doc
parent6f0f961741083a2d317c7f5e2c3c6f0667084414 (diff)
downloadcpython-c309ccab64e5c21a2d3d83b1c2a881f290a1a8b8.zip
cpython-c309ccab64e5c21a2d3d83b1c2a881f290a1a8b8.tar.gz
cpython-c309ccab64e5c21a2d3d83b1c2a881f290a1a8b8.tar.bz2
Add new posix functions
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 7ca43b2..85f6643 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -983,9 +983,11 @@ 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 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.)
+\item Seven new functions, \function{getpgid()}, \function{killpg()},
+\function{lchown()}, \function{major()}, \function{makedev()},
+\function{minor()}, and \function{mknod()}, were added to the
+\module{posix} module that underlies the \module{os} module.
+(Contributed by Gustavo Niemeyer and Geert Jansen.)
\item The parser objects provided by the \module{pyexpat} module
can now optionally buffer character data, resulting in fewer calls to