bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)

This commit is contained in:
Berker Peksag 2020-07-16 09:38:58 +03:00 committed by GitHub
parent e34bbfd61f
commit d4d127f1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -134,6 +134,12 @@ Deprecated
Removed
=======
* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
module has been removed. :class:`html.parser.HTMLParser` is the only subclass of
``ParserBase`` and its ``error()`` implementation has already been removed in
Python 3.5.
(Contributed by Berker Peksag in :issue:`31844`.)
Porting to Python 3.10
======================

View File

@ -887,12 +887,6 @@ Removed
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
(Contributed by Rémi Lapeyre in :issue:`40967`)
* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
module has been removed. :class:`html.parser.HTMLParser` is the only subclass of
``ParserBase`` and its ``error()`` implementation has already been removed in
Python 3.5.
(Contributed by Berker Peksag in :issue:`31844`.)
Porting to Python 3.9
=====================