[Python-Dev] 'import as'

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 18 Aug 2000 09:35:17 +0200


thomas wrote:
> I have two remaining issues regarding the 'import as' statement, which I'm
> just about ready to commit.

has this been tested with import hooks?

what's passed to the __import__ function's fromlist argument
if you do "from spam import egg as bacon"?

</F>