cpython: b907f99272c5 (original) (raw)

Mercurial > cpython

changeset 79229:b907f99272c5

Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD() method. [#16012]

Georg Brandl georg@python.org
date Mon, 24 Sep 2012 13:41:52 +0200
parents b356eab13d86
children f6155d9111a2
files Misc/NEWS Modules/pyexpat.c
diffstat 2 files changed, 9 insertions(+), 2 deletions(-)[+] [-] Misc/NEWS 9 Modules/pyexpat.c 2

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,12 @@ Core and Builtins Library ------- +Extension Modules +----------------- + +- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()

--- a/Modules/pyexpat.c +++ b/Modules/pyexpat.c @@ -1035,7 +1035,7 @@ xmlparse_UseForeignDTD(xmlparseobject *s { int flag = 1; enum XML_Error rc;