PythonCharmers/python-future

html.unescape is missing

Open

#247 aberto em 25 de out. de 2016

Ver no GitHub
 (2 comments) (4 reactions) (0 assignees)Python (327 forks)batch import
0.19bughelp wanted

Métricas do repositório

Stars
 (1.172 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador