Skip to content
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

html.unescape is missing #247

Open
icemac opened this issue Oct 25, 2016 · 2 comments · May be fixed by #493
Open

html.unescape is missing #247

icemac opened this issue Oct 25, 2016 · 2 comments · May be fixed by #493

Comments

@icemac
Copy link

icemac commented Oct 25, 2016

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.

@foconnorjo
Copy link

I am using Python 3.6 and still seeing the error

@foconnorjo
Copy link

from html import unescape
ImportError: cannot import name 'unescape'
[E 13:19:01.890 NotebookApp

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

Successfully merging a pull request may close this issue.

3 participants