Fix special-value handling for math.sum.
commit18187b94c2ba55227aa95fe8bed76cc1a38a3b75
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 30 Jul 2008 12:01:41 +0000 (30 12:01 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 30 Jul 2008 12:01:41 +0000 (30 12:01 +0000)
treeaed805f7d022f7d33692ae6ef6049995681b0cc1
parentb73a21de0df9a060d1c013cb9d045e81de926070
Fix special-value handling for math.sum.
Also minor cleanups to the code: fix tabbing, remove
trailing whitespace, and reformat to fit into 80
columns.

git-svn-id: http://svn.python.org/projects/python/trunk@65299 6015fed2-1504-0410-9fe1-9d1591cc4771
Modules/mathmodule.c