Terry J. Reedy <tjre...@udel.edu> added the comment:

Questions should usually be asked on python-list or elsewhere.

To answer, html5 was created from
https://html.spec.whatwg.org/multipage/named-characters.html
with these issues and patches.
#11113 dc44f55cc9dc1d016799362c344958baab328ff4
       518dbfd7b5a4614b095befc62d1abf1588c7c14a
#16245 e6e96eea5157650be77306b15b28bc815e14c2f3

The peculiarities in the dict keys reflect peculiarities in the standard. For 
instance, msg163706 of #11113 says "the standard allows some charref to end 
without a ';', but not all of them."

I am leaving this open to add a link to the source file both in entities.py and 
the doc.  It shows examples of the entities.  A new one for me is smashp;       
U+02A33         ⨳.

----------
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python, terry.reedy
resolution:  -> not a bug
stage:  -> needs patch
versions: +Python 3.7, Python 3.8, Python 3.9

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

Reply via email to