From: Raymond Hettinger Date: Sun, 9 Mar 2003 07:19:38 +0000 (+0000) Subject: Add contributor name. X-Git-Tag: v2.3c1~1517 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5284b4474e631275e5c419dcb7a87eeebc391b28;p=thirdparty%2FPython%2Fcpython.git Add contributor name. --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 80e829b0a47a..362db5fffdab 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1372,6 +1372,7 @@ the iterator for which the function \function{predicate()} returns \code{obj} \var{N} times. There are a number of other functions in the module; see the \ulink{package's reference documentation}{../lib/module-itertools.html} for details. +(Contributed by Raymond Hettinger.) \item Two new functions in the \module{math} module, \function{degrees(\var{rads})} and \function{radians(\var{degs})},