import syntax

Roman Suzi rnd at onego.ru
Thu Jul 5 12:56:02 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

What is wrong with:

from module import a, b

?

>instead of having to write...
>
>from module import a
>from module import b
>
>I don't know what sort of implications such and addition
>might have, but it would be nice.
>
>Andrew ~ elecfish
>aetodd at wm.edu
>
>

Sincerely yours, Roman Suzi
-- 
_/ Russia _/ Karelia _/ Petrozavodsk _/ rnd at onego.ru _/
_/ Thursday, July 05, 2001 _/ Powered by Linux RedHat 6.2 _/
_/ ">From the Department of Redundancy Dept." _/





More information about the Python-list mailing list