PythonCharmers/python-future

html.unescape is missing

Open

#247 opened on 2016年10月25日

GitHub で見る
 (2 comments) (4 reactions) (0 assignees)Python (1,172 stars) (327 forks)batch import
0.19bughelp wanted

説明

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.

コントリビューターガイド

html.unescape is missing · PythonCharmers/python-future#247 | Good First Issue