Issue 6665: Fix fnmatch to properly match filenames with newlines in them.
diff --git a/Misc/NEWS b/Misc/NEWS
index a4c995d..91baebf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@
 Library
 -------
 
+- Issue #6665: Fix fnmatch to properly match filenames with newlines in them.
+
 - Issue #1135: Add the XView and YView mix-ins to avoid duplicating
   the xview* and yview* methods.