[issue35142] html.entities.html5 should require a trailing semicolon

2018-11-01 Thread Daniel Lovell
Daniel Lovell added the comment: I'm setting this back to closed as I unintentionally reopened. Please forgive me as I'm new to the Python BPO. However, I did mean to continue the conversation if not reopen the issue. -- resolution: -> not a bug status: open -> closed _

[issue35142] html.entities.html5 should require a trailing semicolon

2018-11-01 Thread Daniel Lovell
Daniel Lovell added the comment: Ah, I stupidly overlooked that as I'm only familiar with this HTML5 specification: https://html.spec.whatwg.org/multipage/syntax.html#character-references Where it states that characters MUST be terminated with a semicolon. Honestly never seen it done otherw

[issue35142] html.entities.html5 should require a trailing semicolon

2018-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The documentation clearly says that this is for intention and give a reference to the HTML5 specification. -- nosy: +serhiy.storchaka resolution: -> not a bug stage: -> resolved status: open -> closed ___ Pytho

[issue35142] html.entities.html5 should require a trailing semicolon

2018-11-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ezio.melotti, xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue35142] html.entities.html5 should require a trailing semicolon

2018-11-01 Thread Daniel Lovell
New submission from Daniel Lovell : html.entities.html5 keys should either require a trailing semicolon. The Python docs say: html.entities.html5 "A dictionary that maps HTML5 named character references [1] to the equivalent Unicode character(s), e.g. html5['gt;'] == '>'. Note that the traili