memory overhead using from-import?

Bengt Richter bokr at oz.net
Sun Dec 21 21:51:01 EST 2003


On 21 Dec 2003 22:44:18 GMT, bokr at oz.net (Bengt Richter) wrote:
[...]
>
>Alternatively, I guess some ambitious wizard could code up something so you could
>write
>
>   thing, another =  from_extract(modulename, thingname)
Oops, I meant
    thing, another =  from_extract(modulename, thing, another)
>
>in place of
>
>   from modulename import thing, another
>
>to get the effect you want (or maybe an exception ;-)

Regards,
Bengt Richter




More information about the Python-list mailing list