0.19bughelp wanted
Repository metrics
- Stars
- (1,172 stars)
- PR merge metrics
- (30d に merged 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.