PEP 328, absolute/relative import

Christopher Subich spam.csubich+block at block.subich.spam.com
Wed Aug 10 21:18:39 EDT 2005


Ben Finney wrote:
> Once PEP 328 is fully implemented, all bare 'import foo' statements
> specify absolute imports (i.e. from sys.path only). To perform a
> relative import (e.g. from current directory) will require different
> syntax.

I'm not completely familiar with either, but how will that influence the 
__import__ function?



More information about the Python-list mailing list