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