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 terry.reedy
Recipients docs@python, ezio.melotti, mikeraider, terry.reedy
Date 2019-11-09.02:17:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573265860.29.0.249435089664.issue38746@roundup.psfhosted.org>
In-reply-to
Content
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 	⨳.
History
Date User Action Args
2019-11-09 02:17:40terry.reedysetrecipients: + terry.reedy, ezio.melotti, docs@python, mikeraider
2019-11-09 02:17:40terry.reedysetmessageid: <1573265860.29.0.249435089664.issue38746@roundup.psfhosted.org>
2019-11-09 02:17:40terry.reedylinkissue38746 messages
2019-11-09 02:17:39terry.reedycreate