You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html.parser.HTMLParser.handle_entityref and .handle_charref are no longer used.
https://docs.python.org/3/library/html.parser.html#html.parser.HTMLParser
If convert_charrefs is True (the default), all character references (except the ones in script/style elements) are automatically converted to the corresponding Unicode characters.
Changed in version 3.5: The default value for argument convert_charrefs is now True.
0 commit comments