]> granicus.if.org Git - python/commitdiff
Fix credits for math.sum()
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Jul 2008 19:03:05 +0000 (19:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Jul 2008 19:03:05 +0000 (19:03 +0000)
Doc/whatsnew/2.6.rst

index f895f80fe55ce2e734a75b5a0d04ccad01a2f09c..a47bc00e04048ca7adbd4d09bfff635142f39b49 100644 (file)
@@ -1539,7 +1539,8 @@ Here are all of the changes that Python 2.6 makes to the core Python language.
 
   * :func:`~math.sum` adds up the stream of numbers from an iterable,
     and is careful to avoid loss of precision by calculating partial sums.
-    (Contributed by Jean Brouwers; :issue:`2819`.)
+    (Contributed by Jean Brouwers, Raymond Hettinger, and Mark Dickinson;
+    :issue:`2819`.)
 
   * The inverse hyperbolic functions :func:`~math.acosh`, :func:`~math.asinh`
     and :func:`~math.atanh`.