[issue23438] HTMLParser doesn't know how to deal with 'ampersand'

2015-02-10 Thread pyed
Changes by pyed : -- title: HTMLParser don't know how to deal with 'ampersand' -> HTMLParser doesn't know how to deal with 'ampersand' ___ Python tracker &

[issue23438] HTMLParser don't know how to deal with 'ampersand'

2015-02-10 Thread pyed
New submission from pyed: the attached file use example from : https://docs.python.org/3/library/html.parser.html and it will show different cases where HTMLParser fail to parse '&' and '&' -- components: Library (Lib) files: htmlparser_bugs.py messages