Skip to navigation
HTMLParser attribute 'unescape' pyhton3.9
20.12.21
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. import html change to html.unescape()
https://github.com/novoid/Memacs/issues/105
Reply
Anonymous
Information Epoch 1770354123
Make each program do one thing well.
Home
Notebook
Contact us