This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ezio.melotti, python-dev, r.david.murray
Date 2013-11-07.16:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dFqx855hsz7Ljj@mail.python.org>
In-reply-to
Content
New changeset 695f988824bb by Ezio Melotti in branch '2.7':
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
http://hg.python.org/cpython/rev/695f988824bb

New changeset 9b9d188ed549 by Ezio Melotti in branch '3.3':
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
http://hg.python.org/cpython/rev/9b9d188ed549

New changeset 7d8a37020db9 by Ezio Melotti in branch 'default':
#19480: merge with 3.3.
http://hg.python.org/cpython/rev/7d8a37020db9
History
Date User Action Args
2013-11-07 16:35:57python-devsetrecipients: + python-dev, ezio.melotti, r.david.murray
2013-11-07 16:35:57python-devlinkissue19480 messages
2013-11-07 16:35:57python-devcreate