PythonCharmers/python-future

html.unescape is missing

Open

#247 ouverte le 25 oct. 2016

Voir sur GitHub
 (2 commentaires) (4 réactions) (0 assignés)Python (327 forks)batch import
0.19bughelp wanted

Métriques du dépôt

Stars
 (1 172 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur