Berker Peksag <berker.pek...@gmail.com> added the comment:

HTMLParser.error() method was deprecated in Python 3.4 
(https://github.com/python/cpython/commit/88ebfb129b59dc8a2b855fc93fcf32457128d64d#diff-1a7486df8279dbac7f20abd487947845R157)
 and removed in Python 3.5 
(https://github.com/python/cpython/commit/73a4359eb0eb624c588c5d52083ea4944f9787ea#diff-1a7486df8279dbac7f20abd487947845L171)

_markupbase is a private and undocumented module and its only user is 
HTMLParser (sgmllib was removed from the stdlib in 2008) Since we already have 
removed HTMLParser.error(), I think we can just remove 
_markupbase.ParserBase.error() without a deprecation period.

----------
nosy: +berker.peksag
stage:  -> needs patch
versions: +Python 3.8 -Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31844>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to