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 Hunanyan, Matt.Basta, eric.araujo, ezio.melotti, fantoozler, friday, georg.brandl, gsf, momat, orsenthil, pitrou, python-dev, r.david.murray, yotam
Date 2011-11-01.12:14:35
SpamBayes Score 0.1902872
Marked as misclassified No
Message-id <E1RLDEa-0002hm-Lj@dinsdale.python.org>
In-reply-to
Content
New changeset 0a5eb57d5876 by Ezio Melotti in branch '2.7':
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
http://hg.python.org/cpython/rev/0a5eb57d5876

New changeset a6f2244b251f by Ezio Melotti in branch '3.2':
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
http://hg.python.org/cpython/rev/a6f2244b251f

New changeset b40752e227fa by Ezio Melotti in branch 'default':
#670664: merge with 3.2.
http://hg.python.org/cpython/rev/b40752e227fa
History
Date User Action Args
2011-11-01 12:14:39python-devsetrecipients: + python-dev, georg.brandl, yotam, orsenthil, pitrou, fantoozler, gsf, ezio.melotti, eric.araujo, r.david.murray, momat, Hunanyan, friday, Matt.Basta
2011-11-01 12:14:35python-devlinkissue670664 messages
2011-11-01 12:14:35python-devcreate