Martin Panter added the comment:

I still think it would be worthwhile adding close() calls to the examples in 
the documentation (Doc/library/html.parser.rst).

BTW I haven’t tested this, and maybe it is not a concern, but even with this 
patch it looks like the parser will buffer unlimited data and output nothing 
until close() if each string it is fed ends with an ampersand (and otherwise 
contains only plain text, no tags etc).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to