This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients William Ayd, berker.peksag, ezio.melotti, srittau
Date 2018-07-30.09:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532943629.95.0.56676864532.issue31844@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-30 09:40:30berker.peksagsetrecipients: + berker.peksag, srittau, ezio.melotti, William Ayd
2018-07-30 09:40:29berker.peksagsetmessageid: <1532943629.95.0.56676864532.issue31844@psf.upfronthosting.co.za>
2018-07-30 09:40:29berker.peksaglinkissue31844 messages
2018-07-30 09:40:29berker.peksagcreate