[stdlib-sig] html package idea

Brett Cannon brett at python.org
Wed Feb 20 21:30:11 CET 2008


On Feb 20, 2008 12:18 PM, Brett Cannon <brett at python.org> wrote:
> On Feb 20, 2008 9:24 AM, Fred Drake <fdrake at acm.org> wrote:
> > On Feb 20, 2008, at 4:49 AM, Brett Cannon wrote:
> > > htmlentitydefs -> html.entities
> > > htmllib -> html.tools
> > > HTMLParser -> html.parser
> >
> > Drop htmllib (html.tools) completely, and you're good to go.
> >
>
> I have not finished reading my email, but I hope the web-sig likes
> that idea since that is what I would like to see happen as well.

So I read my mail and both Fred and Guido supported the idea on the
web-sig which works for me. =)

So the currently winning idea is:

HTMLParser -> html.parser
htmlentitydefs -> html.entities
htmllib -> *removed*
sgmllib -> *removed*

-Brett


More information about the stdlib-sig mailing list