On Mon, 08 Jun 2015 21:39:17 +
andrew.kuchling wrote:
> https://hg.python.org/cpython/rev/15ee0e7078e3
> changeset: 96555:15ee0e7078e3
> branch: 3.4
> parent: 96552:2b78227974fa
> user:Andrew Kuchling
> date:Mon Jun 08 17:35:45 2015 -0400
> summary:
> #23891: add
There are issues with the doctype() method of XMLParser.
1. Using subclass of XMLParser emits a deprecation warning [1].
2. There is behavior difference between Python and C implementations if
implement doctype() [2].
This method was deprecated for long time, and the simplest solution is
to