PythonCharmers/python-future

html.unescape is missing

Open

#247 aperta il 25 ott 2016

Vedi su GitHub
 (2 commenti) (4 reazioni) (0 assegnatari)Python (327 fork)batch import
0.19bughelp wanted

Metriche repository

Star
 (1172 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor