summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-11-30 11:15:28 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-11-30 11:15:28 (GMT)
commit673827c6f999197a431fe646c53af20f330a7750 (patch)
tree24c81602369283a91f89f01874d575ba47c1f91e /Misc
parentaf7d3bcc4aaf4446b3d7f750fc7b45d758a7b32c (diff)
downloadcpython-673827c6f999197a431fe646c53af20f330a7750.zip
cpython-673827c6f999197a431fe646c53af20f330a7750.tar.gz
cpython-673827c6f999197a431fe646c53af20f330a7750.tar.bz2
Issue #7410: deepcopy of itertools.count() erroneously reset the count.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca36adc..8df7674 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Core and Builtins
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