]> granicus.if.org Git - python/commitdiff
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)
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.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge