[issue20623] Run test_htmlparser with unbuffered source

2018-12-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: behavior -> enhancement versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___ Python-bu

[issue20623] Run test_htmlparser with unbuffered source

2014-02-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- dependencies: +Deprecate strict mode of HTMLParser ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue20623] Run test_htmlparser with unbuffered source

2014-02-13 Thread Ezio Melotti
New submission from Ezio Melotti: Currently test_htmlparser feeds the HTML source to the parser one char at the time (except a couple of buffering-specific tests that feed the parser with chunks of text). This ensures that the parser doesn't break when the source is fed in smaller chunks (tha