Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
diff --git a/Misc/NEWS b/Misc/NEWS
index fec58ea..e912b49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,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.