Issue #14732: The _csv module now uses PEP 3121 module initialization.
Patch by Robin Schreiber.
diff --git a/Misc/NEWS b/Misc/NEWS
index d27640d..a80238a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@
 Library
 -------
 
+- Issue #14732: The _csv module now uses PEP 3121 module initialization.
+  Patch by Robin Schreiber.
+
 - Issue #14809: Add HTTP status codes introduced by RFC 6585 to http.server
   and http.client. Patch by EungJun Yi.