We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using future 0.15.2 in Python 2.7:
>>> from html import unescape *** ImportError: cannot import name unescape
Using plain Python 3.4 it works. The function was introduced in Python 3.4, see documentation.
Please add it.
The text was updated successfully, but these errors were encountered:
I am using Python 3.6 and still seeing the error
Sorry, something went wrong.
from html import unescape ImportError: cannot import name 'unescape' [E 13:19:01.890 NotebookApp
Successfully merging a pull request may close this issue.
Using future 0.15.2 in Python 2.7:
Using plain Python 3.4 it works.
The function was introduced in Python 3.4, see documentation.
Please add it.
The text was updated successfully, but these errors were encountered: