[issue23144] html.parser.HTMLParser: setting 'convert_charrefs = True' leads to dropped text
1 Jan
2015
1 Jan
'15
7:32 p.m.
Martin Panter added the comment: You “forgot” to call close():
parser.close() Encountered some data : eggs
Perhaps this is a documentation bug, since there is a lot of example code given, but none of the examples call close(). ---------- assignee: -> docs@python components: +Documentation nosy: +docs@python, vadmium _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23144> _______________________________________
3625
Age (days ago)
3625
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Panter