diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 12:00:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-06 12:00:45 (GMT) |
commit | d55162517da38138fed130607b311ed4cc62ec77 (patch) | |
tree | 71604a96a8a112d4636da05f16e990704db51dd2 /Misc | |
parent | a01a144aab05b18b7f4d0e84d04b36b1677338ff (diff) | |
download | cpython-d55162517da38138fed130607b311ed4cc62ec77.zip cpython-d55162517da38138fed130607b311ed4cc62ec77.tar.gz cpython-d55162517da38138fed130607b311ed4cc62ec77.tar.bz2 |
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ Core and Builtins Library ------- +- Issue #25718: Fixed pickling and copying the accumulate() iterator with + total is None. + - Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. |