[python-committers] The evolution of HTMLParser

2013-11-20 Thread Ezio Melotti
Hi, during the last few months/years I worked on HTMLParser and the html package -- this is a brief summary of what happened, what I'm working on for 3.4, and what are the plans for future, and I'm looking for some feedback about the latter. When I first looked at it, the parser was able to parse

Re: [python-committers] The evolution of HTMLParser

2013-11-20 Thread Antoine Pitrou
On mer., 2013-11-20 at 21:57 +0200, Ezio Melotti wrote: > Now I'm working on #13633 (Automatically convert character references > in HTMLParser [1]), and I'm planning to add a convert_charrefs boolean > flag to the constructors that, when set to True, will automatically > convert charrefs (e.g. """

Re: [python-committers] The evolution of HTMLParser

2013-11-20 Thread Ezio Melotti
On Wed, Nov 20, 2013 at 10:34 PM, Antoine Pitrou wrote: > On mer., 2013-11-20 at 21:57 +0200, Ezio Melotti wrote: >> Now I'm working on #13633 (Automatically convert character references >> in HTMLParser [1]), and I'm planning to add a convert_charrefs boolean >> flag to the constructors that, whe