]> granicus.if.org Git - python/commit
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 20:08:52 +0000 (23:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2015 20:08:52 +0000 (23:08 +0300)
commit4a01cab89894b157f282b2032862a278c9edb842
treecf4d7a979b071d6c99ac909a4d47dd9b60a15aea
parentbc9e75ed023ff03f555682e57d25fee32e6548a0
parent05744ac6e0948cbd6a50fc03a239a5402abceb14
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.
Lib/test/test_xml_etree.py
Misc/NEWS
Modules/_elementtree.c
Modules/clinic/_elementtree.c.h