Issue #7410: deepcopy of itertools.count was resetting the count.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d7c4e3..ddd10d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,8 @@
 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.