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 Jim.Jewett, Michel.Leunen, eric.araujo, ezio.melotti, georg.brandl, python-dev, r.david.murray, serhiy.storchaka
Date 2012-04-19.01:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SKgIO-0006wM-Ik@dinsdale.python.org>
In-reply-to
Content
New changeset 36c901fcfcda by Ezio Melotti in branch '2.7':
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
http://hg.python.org/cpython/rev/36c901fcfcda

New changeset ba4baaddac8d by Ezio Melotti in branch '3.2':
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
http://hg.python.org/cpython/rev/ba4baaddac8d

New changeset 0f837071fd97 by Ezio Melotti in branch 'default':
#14538: merge with 3.2.
http://hg.python.org/cpython/rev/0f837071fd97
History
Date User Action Args
2012-04-19 01:36:31python-devsetrecipients: + python-dev, georg.brandl, ezio.melotti, eric.araujo, r.david.murray, Jim.Jewett, serhiy.storchaka, Michel.Leunen
2012-04-19 01:36:30python-devlinkissue14538 messages
2012-04-19 01:36:30python-devcreate