[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.87,1.88
akuchling@users.sourceforge.net
akuchling@users.sourceforge.net
2002年12月15日 12:17:40 -0800
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv26250
Modified Files:
whatsnew23.tex
Log Message:
Rewrite to produce a complete sentence
Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** whatsnew23.tex 14 Dec 2002 20:20:45 -0000 1.87
--- whatsnew23.tex 15 Dec 2002 20:17:38 -0000 1.88
***************
*** 1168,1177 ****
\function{degrees(\var{rads})} and \function{radians(\var{degs})},
convert between radians and degrees. Other functions in the
! \module{math} module such as
! \function{math.sin()} and \function{math.cos()} have always required
! input values measured in radians. Also, added an optional \var{base}
! argument to \function{math.log()} to make it easier to compute
! logarithms for bases other than \code{e} and \code{10}.
! (Contributed by Raymond Hettinger.)
\item Seven new functions, \function{getpgid()}, \function{killpg()},
--- 1168,1177 ----
\function{degrees(\var{rads})} and \function{radians(\var{degs})},
convert between radians and degrees. Other functions in the
! \module{math} module such as \function{math.sin()} and
! \function{math.cos()} have always required input values measured in
! radians. Also, an optional \var{base} argument was added to
! \function{math.log()} to make it easier to compute logarithms for
! bases other than \code{e} and \code{10}. (Contributed by Raymond
! Hettinger.)
\item Seven new functions, \function{getpgid()}, \function{killpg()},