HTMLParser.unescape in python 3.9
TheNonexistent opened this issue · 3 comments
TheNonexistent commented
Hi.
In python 3.9.0 HTMLParser.unescape was removed so the app throws error when trying to parse:
$python3 --version
Python 3.9.5
and:
File ".../mdv/markdownviewer.py", line 970, in formatter
t = html_parser.unescape(t)
AttributeError: 'HTMLParser' object has no attribute 'unescape'
sheharyaar commented
After searching a few forums, I came to know that in python 3.9.0 HTMLParser.unescape was removed
sheharyaar commented
Possible duplicate of #86
#86 (comment)
balazser commented
the same issue is here.. :|