8000
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 1f7c99c commit 4daeb9eCopy full SHA for 4daeb9e
Doc/whatsnew/3.9.rst
@@ -892,6 +892,11 @@ Removed
892
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
893
(Contributed by Rémi Lapeyre in :issue:`40967`)
894
895
+* The ``unescape()`` method in the :class:`html.parser.HTMLParser` class
896
+ has been removed (it was deprecated since Python 3.4). :func:`html.unescape`
897
+ should be used for converting character references to the corresponding
898
+ unicode characters.
899
+
900
901
Porting to Python 3.9
902
=====================
0 commit comments