commit | e26d3af7ee5b8ce804786d31ecfda173d92d7ab0 | [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 | b249f6950422d62999443fdb56d499f8b7e27f1d | |
parent | 6f80f5d4446f06d15274ad519cae6929a3565cc0 [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 57ed006..3283117 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -482,6 +482,9 @@ Extension Modules ----------------- +- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() + method doesn't require an argument again. + - Issue #15676: Now "mmap" check for empty files before doing the offset check. Patch by Steven Willis.