| commit | 673827c6f999197a431fe646c53af20f330a7750 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Mon Nov 30 11:15:28 2009 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Mon Nov 30 11:15:28 2009 +0000 |
| tree | 24c81602369283a91f89f01874d575ba47c1f91e | |
| parent | af7d3bcc4aaf4446b3d7f750fc7b45d758a7b32c [diff] [blame] |
Issue #7410: deepcopy of itertools.count() erroneously reset the count.
diff --git a/Misc/NEWS b/Misc/NEWS index ca36adc..8df7674 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library ------- +- Issue #7410: deepcopy of itertools.count() erroneously reset the count. + - Issue #7403: logging: Fixed possible race condition in lock creation. - Issue #7341: Close the internal file object in the TarFile constructor in