Skip to content

Commit c309cca

Browse files
committed
Add new posix functions
1 parent 6f0f961 commit c309cca

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,9 +983,11 @@ \section{New and Improved Modules}
983983
\function{math.sin()} and \function{math.cos()} have always required
984984
input values measured in radians. (Contributed by Raymond Hettinger.)
985985

986-
\item Four new functions, \function{getpgid()}, \function{killpg()}, \function{lchown()}, and \function{mknod()}, were added to the \module{posix} module that
987-
underlies the \module{os} module. (Contributed by Gustavo Niemeyer
988-
and Geert Jansen.)
986+
\item Seven new functions, \function{getpgid()}, \function{killpg()},
987+
\function{lchown()}, \function{major()}, \function{makedev()},
988+
\function{minor()}, and \function{mknod()}, were added to the
989+
\module{posix} module that underlies the \module{os} module.
990+
(Contributed by Gustavo Niemeyer and Geert Jansen.)
989991

990992
\item The parser objects provided by the \module{pyexpat} module
991993
can now optionally buffer character data, resulting in fewer calls to

0 commit comments

Comments
 (0)