import syntax

Oleg Broytmann phd at phd.fep.ru
Thu Jul 5 12:50:06 EDT 2001


On Thu, 5 Jul 2001, Andrew Todd wrote:
> This isn't terribly important, but wouldn't it be nice if
> you could do the following...
>
> from module import a and b
>
> instead of having to write...
>
> from module import a
> from module import b

   Have you ever read docs?

   from module X import a, b

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list