PythonCharmers/python-future

html.unescape is missing

Open

#247 创建于 2016年10月25日

在 GitHub 查看
 (2 评论) (4 反应) (0 负责人)Python (1,172 star) (327 fork)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.

贡献者指南