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
With Python 3.9 this goes beyond deprecation as it is not supported at all anymore:
The unescape() method in the html.parser.HTMLParser class has been removed (it was deprecated since Python 3.4). html.unescape() should be used for converting character references to the corresponding unicode characters.
This function has worked without any issues earlier, but is now raising a deprecation warning. Can this be fixed please.
This may be related to #307
It still works fine in Python 2.7
The text was updated successfully, but these errors were encountered: