New submission from Ezio Melotti: HTMLParser fails to handle some characters in the starttag, e.g. <a$b> should see 'a$b' as name but currently stops at $. The attached patch fixes the issue.
---------- assignee: ezio.melotti files: starttag.diff keywords: patch messages: 201980 nosy: ezio.melotti priority: normal severity: normal stage: patch review status: open title: HTMLParser fails to handle some characters in the starttag type: behavior versions: Python 2.7, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file32464/starttag.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19480> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com