mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
This commit is contained in:
parent
0b419b7910
commit
a33f2c2bae
1 changed files with 6 additions and 0 deletions
|
@ -887,6 +887,12 @@ Removed
|
||||||
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
|
:func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
|
||||||
(Contributed by Rémi Lapeyre in :issue:`40967`)
|
(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
|
Porting to Python 3.9
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue