Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
Reedy.
diff --git a/Misc/NEWS b/Misc/NEWS
index 242c08c..487b46f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,8 @@
 Library
 -------
 
+- Issue #9021: Add an introduction to the copy module documentation.
+
 - Issue #6005: Examples in the socket library documentation use sendall, where
   relevant, instead send method.