Christian Heimes <li...@cheimes.de> added the comment:

According to 
https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#cite_ref-semicolon_1-64
 the trailing semicolon can be omitted for the named entity "reg". That means 
"&reg" and "&reg;" are equivalent.

saxutils.unescape() only handles '<', '>', and '&' by default. You have to pass 
in a dictionary to unescape other entities.

----------
nosy: +christian.heimes

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

Reply via email to