File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,12 @@ Deprecated
134
134
Removed
135
135
=======
136
136
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
+
137
143
138
144
Porting to Python 3.10
139
145
======================
Original file line number Diff line number Diff line change @@ -887,12 +887,6 @@ Removed
887
887
:func: `asyncio.current_task ` and :func: `asyncio.all_tasks ` instead.
888
888
(Contributed by Rémi Lapeyre in :issue: `40967 `)
889
889
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
-
896
890
Porting to Python 3.9
897
891
=====================
898
892
You can’t perform that action at this time.
0 commit comments