Skip to content

Commit

Permalink
bpo-31844: Move whatsnew note to 3.10.rst (pythonGH-21504)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag authored and shihai1991 committed Aug 4, 2020
1 parent 5303bf8 commit 6ecd55a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======================
Expand Down
6 changes: 0 additions & 6 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====================

Expand Down

0 comments on commit 6ecd55a

Please sign in to comment.