Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
diff --git a/Misc/NEWS b/Misc/NEWS
index 84d4bd1..bbdd5e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -379,6 +379,12 @@
 - Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
   on Windows.
 
+Extension Modules
+-----------------
+
+- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
+  method doesn't require an argument again.
+
 Tests
 -----