From: Serhiy Storchaka Date: Mon, 29 Jun 2015 20:11:51 +0000 (+0300) Subject: Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. X-Git-Tag: v3.6.0a1~2030 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c28e985f3c9f332369d193afaebc8bf5e90ad079;p=python Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. A deprecation warning no longer issued by XMLParser subclass with default doctype() method. Direct call of doctype() now issues a warning. Parser's doctype() now is not called if target's doctype() is called. Based on patch by Martin Panter. --- c28e985f3c9f332369d193afaebc8bf5e90ad079