bpo-37328: remove deprecated HTMLParser.unescape by methane · Pull Request #14186 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
pypa/setuptools#1788 is fixed.
I wait new setuptools is released and bundled setuptools is upgraded to >=41.0.2
| import warnings | ||
| import _markupbase | ||
|
|
||
| from html import unescape |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be removed too if it's no longer needed (even though removing it might break some code if people are doing from html.parser import unescape instead of from html import unescape).
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unescape is used in this module several times.
#15483 bumps the setuptools version, so that'll unblock this once merged.
methane
deleted the
remove-deprecated-unescape
branch
lisroach pushed a commit to lisroach/cpython that referenced this pull request
DinoV pushed a commit to DinoV/cpython that referenced this pull request
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request