]> granicus.if.org Git - python/commit
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
authorInada Naoki <songofacandy@gmail.com>
Tue, 27 Aug 2019 02:48:06 +0000 (11:48 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 02:48:06 +0000 (11:48 +0900)
commitfae0ed5099de594a9204071d555cb8b76368cbf4
treed435837fb1b7f1fd76a84a1ba56592cc2873b809
parent9a943b4ce13fac26873b8100e89c818c5c47ac4b
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)

It is deprecated since Python 3.4.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/next/Library/2019-06-18-15-31-33.bpo-37328.2PW1-l.rst [new file with mode: 0644]