New submission from Jun Hui Lee <cardinle...@gmail.com>:

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

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

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31865>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to