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, peter.otten, python-dev, yves@zioup.com
Date 2011-09-05.14:16:30
SpamBayes Score 5.987122e-06
Marked as misclassified No
Message-id <E1R0ZyQ-0001YT-26@dinsdale.python.org>
In-reply-to
Content
New changeset 9896fc2a8167 by Ezio Melotti in branch '3.2':
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities.  Patch by Peter Otten.
http://hg.python.org/cpython/rev/9896fc2a8167

New changeset 7b6096852665 by Ezio Melotti in branch 'default':
#12888: merge with 3.2.
http://hg.python.org/cpython/rev/7b6096852665
History
Date User Action Args
2011-09-05 14:19:40python-devsetrecipients: + python-dev, peter.otten, ezio.melotti, yves@zioup.com
2011-09-05 14:16:31python-devlinkissue12888 messages
2011-09-05 14:16:30python-devcreate