summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-24 11:17:08 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-24 11:17:08 (GMT)
commite26d3af7ee5b8ce804786d31ecfda173d92d7ab0 (patch)
treeb249f6950422d62999443fdb56d499f8b7e27f1d /Misc
parent6f80f5d4446f06d15274ad519cae6929a3565cc0 (diff)
downloadcpython-e26d3af7ee5b8ce804786d31ecfda173d92d7ab0.zip
cpython-e26d3af7ee5b8ce804786d31ecfda173d92d7ab0.tar.gz
cpython-e26d3af7ee5b8ce804786d31ecfda173d92d7ab0.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 57ed006..3283117 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -482,6 +482,9 @@ Library
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.