[issue1200313] HTMLParser fails to handle charref in attribute value

2011-11-14 Thread Ezio Melotti

Ezio Melotti  added the comment:

There was actually a bug with entities in unquoted attribute values. I fixed it 
and added tests for all the cases (quoted and unquoted).

--
versions: +Python 2.7, Python 3.3

___
Python tracker 

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



[issue1200313] HTMLParser fails to handle charref in attribute value

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, #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 

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



[issue1200313] HTMLParser fails to handle charref in attribute value

2011-11-07 Thread Ezio Melotti

Ezio Melotti  added the comment:

unescape() already converts named, decimal and hexadecimal entities, so this 
can be closed.

--
assignee: fdrake -> ezio.melotti
nosy: +ezio.melotti
resolution:  -> out of date
stage: test needed -> committed/rejected
status: open -> closed

___
Python tracker 

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



[issue1200313] HTMLParser fails to handle charref in attribute value

2010-08-21 Thread Mark Lawrence

Changes by Mark Lawrence :


--
versions: +Python 3.2 -Python 2.7

___
Python tracker 

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



[issue1200313] HTMLParser fails to handle charref in attribute value

2009-02-15 Thread Daniel Diniz

Daniel Diniz  added the comment:

Maybe the charrefs were lost in the SF -> Roundup transition?

--
nosy: +ajaksu2
stage:  -> test needed
type:  -> feature request
versions: +Python 2.7

___
Python tracker 

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