[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: - ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue755670 ___ ___

[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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

[issue755670] improve HTMLParser attribute processing regexps

2011-11-14 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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

[issue755670] improve HTMLParser attribute processing regexps

2011-11-01 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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 -

[issue755670] improve HTMLParser attribute processing regexps

2010-08-18 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue755670] improve HTMLParser attribute processing regexps

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- 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