This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cardin
Recipients cardin, docs@python
Date 2017-10-25.02:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508899606.23.0.213398074469.issue31865@psf.upfronthosting.co.za>
In-reply-to
Content
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;'
History
Date User Action Args
2017-10-25 02:46:46cardinsetrecipients: + cardin, docs@python
2017-10-25 02:46:46cardinsetmessageid: <1508899606.23.0.213398074469.issue31865@psf.upfronthosting.co.za>
2017-10-25 02:46:46cardinlinkissue31865 messages
2017-10-25 02:46:45cardincreate