[Python-Dev] Re: PEP 328 -- relative and multi-line import
Aahz
aahz at pythoncraft.com
Mon Apr 12 12:52:49 EDT 2004
On Mon, Apr 12, 2004, Guido van Rossum wrote:
>
> For all other forms of import, after
>
> import XXX.YYY.ZZZ
>
> then
>
> XXX.YYY.ZZZ
>
> is usable in an expression. (Very different from Java!) But
>
> .moduleY
>
> is not usable in an expression.
>
> (This might be worth adding to the PEP.)
Done!
--
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
Why is this newsgroup different from all other newsgroups?
More information about the Python-Dev
mailing list