[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.93,1.94
akuchling@users.sourceforge.net
akuchling@users.sourceforge.net
2002年12月31日 06:03:48 -0800
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv28842
Modified Files:
whatsnew23.tex
Log Message:
Add posix.loadavg()
Add some times
Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** whatsnew23.tex 31 Dec 2002 02:48:59 -0000 1.93
--- whatsnew23.tex 31 Dec 2002 14:03:45 -0000 1.94
***************
*** 694,698 ****
who also provided an implementation.
Python 2.3 follows the specification in \pep{273},
! but uses an implementation written by Just van Rossum
that uses the import hooks described in \pep{302}.}
--- 694,698 ----
who also provided an implementation.
Python 2.3 follows the specification in \pep{273},
! but uses an implementation written by Just van~Rossum
that uses the import hooks described in \pep{302}.}
***************
*** 760,765 ****
\seepep{302}{New Import Hooks}{Written by Just van~Rossum and Paul Moore.
! Implemented by Just van Rossum.
! % XXX is that credit right?
}
--- 760,764 ----
\seepep{302}{New Import Hooks}{Written by Just van~Rossum and Paul Moore.
! Implemented by Just van~Rossum.
}
***************
*** 965,969 ****
\end{verbatim}
! (Contributed by Just van Rossum.)
\item The \keyword{assert} statement no longer checks the \code{__debug__}
--- 964,968 ----
\end{verbatim}
! (Contributed by Just van~Rossum.)
\item The \keyword{assert} statement no longer checks the \code{__debug__}
***************
*** 1303,1311 ****
Hettinger.)
! \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 old and never-documented \module{linuxaudiodev} module has
--- 1302,1310 ----
Hettinger.)
! \item Several new functions (\function{getpgid()}, \function{killpg()},
! \function{lchown()}, \function{loadavg()}, \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, Geert Jansen, and Denis S. Otkidach.)
\item The old and never-documented \module{linuxaudiodev} module has