[Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages (original) (raw)
Fred Drake fdrake at acm.org
Mon Jan 7 22:09:38 CET 2008
- Previous message: [Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages
- Next message: [Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages
- Next message: [Python-Dev] pkgutil, pkg_resource and Python 3.0 name space packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]