[New-bugs-announce] [issue31865] html.unescape does not work as per documentation

Jun Hui Lee report at bugs.python.org
Tue Oct 24 22:46:46 EDT 2017


New submission from Jun Hui Lee <cardinleejh at gmail.com>:

html.unescape(s)
Convert all named and numeric character references (e.g. >, >, &x3e;)

But running this gives:
>>> html.unescape('>, >, &x3e;')
'>, >, &x3e;'

----------
assignee: docs at python
components: Documentation
messages: 304957
nosy: Jun Hui Lee, docs at python
priority: normal
severity: normal
status: open
title: html.unescape does not work as per documentation
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31865>
_______________________________________


More information about the New-bugs-announce mailing list