-
Notifications
You must be signed in to change notification settings - Fork 7
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
Python 3.9 compatibility #5
Comments
It doesn't look like python-future has implemented html.unescape, so to fix it I guess you would have to do some try except stuff or check for python version. It's not something I am going to fix, but I do accept pull requests. |
Yes, I realized my mistake later as I didn't thought of Python 2 backward compatibility. As far as I understand it Sadly I am not very familiar with |
I use both future and six. Neither have support for html.unescape yet. |
Should be fixed by the newest release |
Hi,
After the 3.9 update I have the following error:
And according to https://docs.python.org/3/whatsnew/3.9.html
Let me know if I can be of any help resolving this :)
The text was updated successfully, but these errors were encountered: