axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.8k stars 105 forks source link

Adjusting to Python 3.9 #92

Closed jacekchalupka closed 3 years ago

jacekchalupka commented 3 years ago

getchildren for xml element has been removed in 3.9: https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

unescaping has been moved to html module function in Python 3.4 I think, it is not in parser in 3.9

axgkl commented 3 years ago

Only 10 years later: Thanks for that.