Remove the 'strict' argument to Parser, deprecated since 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 23b5e6a..e8efa0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@
 Library
 -------
 
+- Removed the 'strict' argument to email.parser.Parser, which has been
+  deprecated since Python 2.4.
+
 - Issue #11256: Fix inspect.getcallargs on functions that take only keyword
   arguments.