New submission from Jun Hui Lee <[email protected]>:
html.unescape(s)
Convert all named and numeric character references (e.g. >, >, &x3e;)
But running this gives:
>>> html.unescape('>, >, &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 <[email protected]>
<https://bugs.python.org/issue31865>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com