[issue38573] Not Implemented Error in stdLib HTMLParser

2021-09-09 Thread Irit Katriel
Irit Katriel added the comment: Changing type since this is an exception and not a crash. I get a different error now: >>> parser.feed(bytearray.fromhex('3c215b63612121').decode('ascii')) Traceback (most recent call last): File "", line 1, in File "/Users/iritkatriel/src/cpython-1/Lib/ht

[issue38573] Not Implemented Error in stdLib HTMLParser

2019-10-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: See also https://bugs.python.org/issue32876 and https://bugs.python.org/issue31844 -- nosy: +berker.peksag, ezio.melotti, xtreak ___ Python tracker __

[issue38573] Not Implemented Error in stdLib HTMLParser

2019-10-24 Thread Yevgeny Pats
New submission from Yevgeny Pats : Not implemented error in built-in HTMLParser from html.parser import HTMLParser parser = HTMLParser() parser.feed(bytearray.fromhex('3c215b63612121').decode('ascii')) # This will throw (found by https://github.com/fuzzitdev/pythonfuzz): Traceback (most recent