Re: Django use of stdlib HTMLParser "internals"

2012-04-29 Thread Carl Meyer
Hi Vinay and Aymeric, On 04/28/2012 12:50 AM, Aymeric Augustin wrote: On 28 avr. 2012, at 00:49, Vinay Sajip wrote: From the discussion on python-dev, it seems possible that an optimal fix might require changes both in Python and in Django. Before creating a ticket about this for Django, I wou

Re: Django use of stdlib HTMLParser "internals"

2012-04-27 Thread Aymeric Augustin
On 28 avr. 2012, at 00:49, Vinay Sajip wrote: > From the discussion on python-dev, it seems possible that an optimal > fix might require changes both in Python and in Django. Before > creating a ticket about this for Django, I would like to get an > opinion about this from the Django committers - s

Django use of stdlib HTMLParser "internals"

2012-04-27 Thread Vinay Sajip
Although the Django tests all pass when run for the Python 3 port under Python 3.2, I hit some problems when testing against recent changes in the Python trunk (default branch, which will become 3.3). Looking into these problems, I found that Django subclasses HTMLParser and overrides parse_startta