[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- dependencies: -allow HTMLParser to continue after a parse error resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 2.7 ___ Python

[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in branch '3.2': #1745761

[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue755670] improve HTMLParser attribute processing regexps

2011-11-01 Thread Ezio Melotti
Ezio Melotti added the comment: Attached patch includes the tests in diff.txt. On Python 3, with strict=False, the first test (adjacent attributes) passes, but the other two still fail. See also #12629. -- nosy: +ezio.melotti -BreamoreBoy type: feature request -> behavior versions: +P

[issue755670] improve HTMLParser attribute processing regexps

2010-08-18 Thread Mark Lawrence
Mark Lawrence added the comment: There are messages both for and against the patch which contains a unit test. Can we have a statement from a knowledgeable HTML person as to whether the patch should be accepted or rejected. -- nosy: +BreamoreBoy stage: unit test needed -> patch revie

[issue755670] improve HTMLParser attribute processing regexps

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +HTMLParser attribute parsing bug, allow HTMLParser to continue after a parse error stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker

[issue755670] improve HTMLParser attribute processing regexps

2007-09-17 Thread T. Middleton
T. Middleton added the comment: I for one thank smroid for the patch. I also have hit *all* of these cases in the wild. This patch makes real-life a lot less frustrating. This patch is surely a lot more preferable than HTMLParser's tendency to just throw up its hands and quietly give up. And o