[issue14251] HTMLParser decode issue

2012-03-11 Thread rednaks
rednaks added the comment: thank you for giving me a little of your time ! Yes that's what i've tested, i used the html.parser module and and I have no result! -- ___ Python tracker <http://bugs.python.o

[issue14251] HTMLParser decode issue

2012-03-11 Thread rednaks
rednaks added the comment: So we cant make decode by default ? ! Concerning python 3, it seems that it's not reading tags and attributes, i didn't get any error, but i don't have any result the example i used is there : http://docs.python.org/library/htmlparser.html#module-

[issue14251] [PATCH]HTMLParser decode issue

2012-03-10 Thread rednaks
New submission from rednaks : Hello ! while parsing a HTML code i got an decode Error : but this issue can be fixed by replacing the last string by s.decode() like in the diff file. I also tried to execute my script under python3.2 and it does not parsing any thing File "/us