[issue41748] HTMLParser: parsing error

2020-09-09 Thread Ademar Nowasky Junior
Ademar Nowasky Junior added the comment: Yes, I understand that in the same way. Both are valid attr names. Maybe it's worth noting that Javascript has no problem handling this. -- ___ Python tracker <https://bugs.python.org/is

[issue41748] HTMLParser: parsing error

2020-09-09 Thread Ademar Nowasky Junior
Change by Ademar Nowasky Junior : -- type: security -> crash ___ Python tracker <https://bugs.python.org/issue41748> ___ ___ Python-bugs-list mailing list Un

[issue41748] HTMLParser: parsing error

2020-09-08 Thread Ademar Nowasky Junior
Change by Ademar Nowasky Junior : -- type: crash -> security ___ Python tracker <https://bugs.python.org/issue41748> ___ ___ Python-bugs-list mailing list Un

[issue41748] HTMLParser: parsing error

2020-09-08 Thread Ademar Nowasky Junior
New submission from Ademar Nowasky Junior : HTML tags that have a attribute name starting with a comma character aren't parsed and break future calls to feed(). The problem occurs when such attribute is the second one or later in the HTML tag. Doesn't seems to affect when it&#