[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2008-10-03 Thread yanne
yanne <[EMAIL PROTECTED]> added the comment: It seems that I managed to upload wrong test file the first time. This attached test should fail, I tested it with Python2.6 final both on Linux and Windows. Added file: http://bugs.python.org/file11690/t

[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2008-10-03 Thread yanne
Changes by yanne <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file11557/test.py ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2008-09-22 Thread yanne
New submission from yanne <[EMAIL PROTECTED]>: It seems that HTMLParser.feed throws an exception whenever an attribute name contains both quotation mark '&' and non-ascii characters. Running the attached test file with Python 2.5 succeeds, but with Python 2.6, the res