[Python-Dev] PEP 328: path (original) (raw)
François Pinard pinard at iro.umontreal.ca
Mon Apr 5 14:06:41 EDT 2004
- Previous message: [Python-Dev] PEP 328: __path__
- Next message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Greg Ewing]
Aahz <aahz at pythoncraft.com>:
> Between the addition of
asin Python 2.0 and the new syntax & > semantics forimport, there is no longer a need for_path_, and > it is now officially deprecated.
NO! WAIT!
I have a project in which I'm modifying a module's path, and it's not to work around any deficiencies in the relative import mechanism. Rather it's to make a set of directories behave like a single package for import purposes, with the members of the set determined at run time.
Same here.
-- François Pinard http://www.iro.umontreal.ca/~pinard
- Previous message: [Python-Dev] PEP 328: __path__
- Next message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]