Skip to content

Commit d4d127f

Browse files
authored
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
1 parent e34bbfd commit d4d127f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Doc/whatsnew/3.10.rst

+6
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ Deprecated
134134
Removed
135135
=======
136136

137+
* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
138+
module has been removed. :class:`html.parser.HTMLParser` is the only subclass of
139+
``ParserBase`` and its ``error()`` implementation has already been removed in
140+
Python 3.5.
141+
(Contributed by Berker Peksag in :issue:`31844`.)
142+
137143

138144
Porting to Python 3.10
139145
======================

Doc/whatsnew/3.9.rst

-6
Original file line numberDiff line numberDiff line change
@@ -887,12 +887,6 @@ Removed
887887
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
888888
(Contributed by Rémi Lapeyre in :issue:`40967`)
889889

890-
* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
891-
module has been removed. :class:`html.parser.HTMLParser` is the only subclass of
892-
``ParserBase`` and its ``error()`` implementation has already been removed in
893-
Python 3.5.
894-
(Contributed by Berker Peksag in :issue:`31844`.)
895-
896890
Porting to Python 3.9
897891
=====================
898892

0 commit comments

Comments
 (0)