[Python-Dev] Getting importlib into the standard library for 3.1 (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Thu Jan 8 21:35:25 CET 2009
- Previous message: [Python-Dev] Getting importlib into the standard library for 3.1
- Next message: [Python-Dev] Getting importlib into the standard library for 3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brett Cannon wrote:
One, does anyone have issues if I check in importlib? We have typically said code has to have been selected as best-of-breed by the community first, so I realize I am asking for a waiver on this one.
That rule has never really applied to things that are part of the interpreter itself though (how could it?).
My main question would be how it relates to the existing import machinery emulation in pkgutil. If adding importlib lets us largely drop that emulation (instead replacing it with invocations of importlib), then that seems like a big win to me.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Getting importlib into the standard library for 3.1
- Next message: [Python-Dev] Getting importlib into the standard library for 3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]