Skip to content

HTMLParser.unescape in python 3.9 #97

Open
@TheNonexistent

Description

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions