diff options
author | Raymond Hettinger <python@rcn.com> | 2009-11-30 21:55:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-11-30 21:55:17 (GMT) |
commit | 6c8ee7a33309b79d9f2737616501835349cfcdaf (patch) | |
tree | 934ecb458f43c5b729cd95d28d688210244c672a /Misc | |
parent | 9aeb9df7dae60b570e3a2f64a58fd605ce143d9c (diff) | |
download | cpython-6c8ee7a33309b79d9f2737616501835349cfcdaf.zip cpython-6c8ee7a33309b79d9f2737616501835349cfcdaf.tar.gz cpython-6c8ee7a33309b79d9f2737616501835349cfcdaf.tar.bz2 |
Issue #7410: deepcopy of itertools.count was resetting the count.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ Core and Builtins Library ------- +- Issue #7410: deepcopy of itertools.count was resetting the count. + - Issue #4486: When an exception has an explicit cause, do not print its implicit context too. This affects the `traceback` module as well as built-in exception printing. |