diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-08-27 02:48:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 02:48:06 (GMT) |
commit | fae0ed5099de594a9204071d555cb8b76368cbf4 (patch) | |
tree | d435837fb1b7f1fd76a84a1ba56592cc2873b809 /Misc | |
parent | 9a943b4ce13fac26873b8100e89c818c5c47ac4b (diff) | |
download | cpython-fae0ed5099de594a9204071d555cb8b76368cbf4.zip cpython-fae0ed5099de594a9204071d555cb8b76368cbf4.tar.gz cpython-fae0ed5099de594a9204071d555cb8b76368cbf4.tar.bz2 |
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
It is deprecated since Python 3.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-06-18-15-31-33.bpo-37328.2PW1-l.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-06-18-15-31-33.bpo-37328.2PW1-l.rst b/Misc/NEWS.d/next/Library/2019-06-18-15-31-33.bpo-37328.2PW1-l.rst new file mode 100644 index 0000000..d91ab1b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-06-18-15-31-33.bpo-37328.2PW1-l.rst @@ -0,0 +1,2 @@ +``HTMLParser.unescape`` is removed. It was undocumented and deprecated +since Python 3.4. |