summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-24 11:27:28 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-24 11:27:28 (GMT)
commit22340be15efec420ed9366800d6c5cba8d558819 (patch)
tree1093bd982a581e27a6a01f0f9d86040ec5adc37f /Misc
parentb5f91d7eb79a9d29f88a5fabf7e9a70b41820107 (diff)
parente26d3af7ee5b8ce804786d31ecfda173d92d7ab0 (diff)
downloadcpython-22340be15efec420ed9366800d6c5cba8d558819.zip
cpython-22340be15efec420ed9366800d6c5cba8d558819.tar.gz
cpython-22340be15efec420ed9366800d6c5cba8d558819.tar.bz2
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
method doesn't require an argument again.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9907a48..a67f7c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Library
Extension Modules
-----------------
+- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
+ method doesn't require an argument again.
+
Tests
-----