]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 20:11:51 +0000 (23:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 20:11:51 +0000 (23:11 +0300)
commitc28e985f3c9f332369d193afaebc8bf5e90ad079
treecdfe0294ce67117eccd23483cd1f7acb36c4fc0d
parent81da944d612e01e9a38c5b92336d0856ea134331
parent4a01cab89894b157f282b2032862a278c9edb842
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.
Misc/NEWS