summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-07-30-12-48-17.bpo-31844.0_GKsD.rst
blob: 9034afd3284c4fb115b6fec1152facab03a66cd6 (plain)
1
2
3
4
Remove ``ParserBase.error()`` method from the private and undocumented
``_markupbase`` module.  :class:`html.parser.HTMLParser` is the only
subclass of ``ParserBase`` and its ``error()`` implementation was deprecated
in Python 3.4 and removed in Python 3.5.