[Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages

Fred Drake fdrake at acm.org
Mon Jan 7 22:09:38 CET 2008


On Jan 7, 2008, at 3:56 PM, Brett Cannon wrote:
> OK. So an html package could have htmllib for its __init__ (or
> html.lib), and then have html.entities and html.parser for
> htmlentitydefs and HTMLParser, respectively.

Actually, I'd be inclined not to have both HTMLParser and htmllib  
(regardless of names); a single capable interface should be provided.   
But that's a separate discussion.


   -Fred

-- 
Fred Drake   <fdrake at acm.org>






More information about the Python-Dev mailing list