Message256060
Well, we can fix this without breaking the protocol. The accumulate() object with state is None can be reconstructed as islice(accumulate(chain([None], iterator)), 1, None).
Proposed patch implements this solution. |
|
| Date |
User |
Action |
Args |
| 2015-12-07 13:18:46 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, arigo, kristjan.jonsson, alexandre.vassalotti, python-dev |
| 2015-12-07 13:18:46 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2015-12-07 13:18:46 | serhiy.storchaka | link | issue25718 messages |
| 2015-12-07 13:18:46 | serhiy.storchaka | create | |
|