We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b419b7 commit a33f2c2Copy full SHA for a33f2c2
Doc/whatsnew/3.9.rst
@@ -887,6 +887,12 @@ Removed
887
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
888
(Contributed by Rémi Lapeyre in :issue:`40967`)
889
890
+* The ``unescape()`` method in the :class:`html.parser.HTMLParser` class
891
+ has been removed (it was deprecated since Python 3.4). :func:`html.unescape`
892
+ should be used for converting character references to the corresponding
893
+ unicode characters.
894
+
895
896
Porting to Python 3.9
897
=====================
898
0 commit comments