diff options
author | Raymond Hettinger <python@rcn.com> | 2003-03-09 07:19:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-03-09 07:19:38 (GMT) |
commit | 5284b4474e631275e5c419dcb7a87eeebc391b28 (patch) | |
tree | cd6d75963f4746660af48e5ae5663c188823eed5 /Doc/whatsnew | |
parent | 2c2d322884ee72077a256ec3cd0aa9ce3580eedc (diff) | |
download | cpython-5284b4474e631275e5c419dcb7a87eeebc391b28.zip cpython-5284b4474e631275e5c419dcb7a87eeebc391b28.tar.gz cpython-5284b4474e631275e5c419dcb7a87eeebc391b28.tar.bz2 |
Add contributor name.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 80e829b..362db5f 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})}, |