[issue41489] HTMLParser : HTMLParser.error creating multiple errors.

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: The code was changed and now instead of calling self.error() it raises an exception: raise AssertionError( 'unknown status keyword %r in marked section' % rawdata[i+3:j]) So match not being initialised is no longer a problem. -- resolution: -> o

[issue41489] HTMLParser : HTMLParser.error creating multiple errors.

2021-09-07 Thread Irit Katriel
Irit Katriel added the comment: Changing type because crash typically refers to segfault rather than an exception. -- nosy: +iritkatriel type: crash -> behavior ___ Python tracker __

[issue41489] HTMLParser : HTMLParser.error creating multiple errors.

2020-08-15 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41489] HTMLParser : HTMLParser.error creating multiple errors.

2020-08-05 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt