import syntax

Andrew Todd aetodd at wm.edu
Thu Jul 5 12:44:54 EDT 2001


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

I don't know what sort of implications such and addition 
might have, but it would be nice.

Andrew ~ elecfish
aetodd at wm.edu




More information about the Python-list mailing list