[issue755660] allow HTMLParser to continue after a parse error

2012-04-19 Thread Ezio Melotti
Ezio Melotti added the comment: HTMLParser should now be able to parse invalid HTML too, so this patch is not necessary anymore. -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> out of date stage: patch review -> committed/rejected status: open -> closed versions: +Pyt

[issue755660] allow HTMLParser to continue after a parse error

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: Attached a patch for py3k where the file name has changed. Doc changes could be based on the comment added to the error method in the patch. I don't think a unit test is needed but could easily be persuaded otherwise. -- keywords: +patch nosy: +Bream

[issue755660] allow HTMLParser to continue after a parse error

2009-11-10 Thread Francesco Frassinelli
Francesco Frassinelli added the comment: Site: http://ftp.vim.org/pub/vim/unstable/patches/ Outuput without error customized function: [...] File "./takeit.py", line 54, in inspect parser.feed(data.read().decode()) File "/home/frafra/Scrivania/takeit/html/parser.py", line 107, in feed

[issue755660] allow HTMLParser to continue after a parse error

2009-11-10 Thread Francesco Frassinelli
Francesco Frassinelli added the comment: I'm using Python 3.1.1 and the patch (patch.txt, provided by smroid) works very well. It's usefull, and I really need it, thanks :) Without this patch, I can't parse: http://ftp.vim.org/pub/vim/ (due to a fake tag, like ""), and many others websites. I h

[issue755660] allow HTMLParser to continue after a parse error

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue755660] allow HTMLParser to continue after a parse error

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Tests still pass with updated patch, but new tests (and docs!) for this feature are needed if Titus' positive review stands. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 -Python 2.3 Added file: http://bugs.python.org/file13041/htmlparser