[issue1200313] HTMLParser fails to handle charref in attribute value

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

[issue1200313] HTMLParser fails to handle charref in attribute value

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

[issue1200313] HTMLParser fails to handle charref in attribute value

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

[issue1200313] HTMLParser fails to handle charref in attribute value

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- versions: +Python 3.2 -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1200313 ___