Closed Alexey-T closed 2 years ago
Like error on python 3.8, we have error (different) on python 3.10 !
The etree
error is an issue with the gfm
plugin. etree
has been removed from markdown.util
and is no longer needed. They should be using etree
directly now.
As far as the main issue, I'm not exactly sure, but it may be related to https://github.com/Python-Markdown/markdown/issues/1298.
@facelessuser So what fixed file must we use? I use the last release of Markdown from PYPI.org.
I'm not sure which issue you're question is directed at. GFM extension must fix their own issue and use the built-in etree.
The other issue I have not looked into much yet. I know the issue fails in the same area as the other issue is all I'm noting. The issue is not exactly the same, but may be related.
There are two separate issues being reported here. In the future, please file separate reports for each issue.
Regarding the issue with the GFM extension, @facelessuser is correct, the extension needs to be updated to work with the latest release of Python-Markdown as outlined in our release notes. I would suggest reaching out to the developers of that extension. There is no action for us to take on this issue.
The other issue does appear to be related to #1298. I am closing this as a duplicate. Please follow up there.
When used inside CudaText plugin on Windows, we got
is it compat with Python 3.8 ? with 3.10? @veksha