Skip to content

Commit

Permalink
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Sep 17, 2020
1 parent 0b419b7 commit a33f2c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,12 @@ Removed
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
(Contributed by Rémi Lapeyre in :issue:`40967`)

* The ``unescape()`` method in the :class:`html.parser.HTMLParser` class
has been removed (it was deprecated since Python 3.4). :func:`html.unescape`
should be used for converting character references to the corresponding
unicode characters.


Porting to Python 3.9
=====================

Expand Down

0 comments on commit a33f2c2

Please sign in to comment.