PythonCharmers/python-future

html.unescape is missing

Open

#247 建立於 2016年10月25日

在 GitHub 查看
 (2 留言) (4 反應) (0 負責人)Python (327 fork)batch import
0.19bughelp wanted

倉庫指標

Star
 (1,172 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南