[issue14251] HTMLParser decode issue

Ezio Melotti report at bugs.python.org
Sun Mar 11 19:32:53 CET 2012


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I don't think the patch can be applied as is -- in order to work s should be an ascii-only str.  I will look at this again as soon as I have some time and see if something can be done.

FTR the Python 3 doc for html.parser can be found here: http://docs.python.org/py3k/library/html.parser.html#example-html-parser-application

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14251>
_______________________________________


More information about the Python-bugs-list mailing list