[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Melotti in branch '3.2':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in 
HTMLParser.
http://hg.python.org/cpython/rev/16ed15ff0d7c

New changeset 426f7a2b1826 by Ezio Melotti in branch 'default':
#1745761, #755670, #13357, #12629, #1200313: merge with 3.2.
http://hg.python.org/cpython/rev/426f7a2b1826

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue755670
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue755670
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 - behavior
versions: +Python 3.3
Added file: http://bugs.python.org/file23582/issue755670.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue755670
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 test needed - patch review
versions: +Python 3.2 -Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue755670
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue755670
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com