Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLParser.unescape in python 3.9 #97

Open
TheNonexistent opened this issue Oct 26, 2021 · 3 comments
Open

HTMLParser.unescape in python 3.9 #97

TheNonexistent opened this issue Oct 26, 2021 · 3 comments

Comments

@TheNonexistent
Copy link

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
Copy link

After searching a few forums, I came to know that in python 3.9.0 HTMLParser.unescape was removed

@sheharyaar
Copy link

sheharyaar commented Dec 13, 2021

Possible duplicate of #86
#86 (comment)

@balazser
Copy link

the same issue is here.. :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants