summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/046.bpo-30365.XVP7_M.rst
blob: 2fcdbac08b38347cbf0916ae71046bad3d2b7dff (plain)
1
2
3
Fixed a deprecation warning about the doctype() method of the
xml.etree.ElementTree.XMLParser class.  Now it is emitted only when define
the doctype() method in the subclass of XMLParser.