This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abarry
Recipients abarry, eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
Date 2016-02-10.00:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455063741.62.0.983593260896.issue26324@psf.upfronthosting.co.za>
In-reply-to
Content
"Not trivial" might be an understatement. You need the start value to begin summing the items, but you may face with a non-repeatable generator with side-effects. Sure, you could special-case some builtins, but I'm not too keen on adding special cases for such an uncommon case. Feel free to prove me wrong, though!
History
Date User Action Args
2016-02-10 00:22:21abarrysetrecipients: + abarry, lemburg, mark.dickinson, pitrou, eric.smith, stutzbach
2016-02-10 00:22:21abarrysetmessageid: <1455063741.62.0.983593260896.issue26324@psf.upfronthosting.co.za>
2016-02-10 00:22:21abarrylinkissue26324 messages
2016-02-10 00:22:21abarrycreate