commit | 8112ea2360b1a536b4931fd13173a7bbe5ac7aa1 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Sep 24 13:17:08 2012 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Mon Sep 24 13:17:08 2012 +0200 |
tree | 3c5f93b0287b18e789c1e19b38a430dd9030a131 | |
parent | cadff70ba5a761e5899d09c918ad6c87cfb07b7d [diff] [blame] |
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 -----