On Saturday, January 12, 2002, at 10:37  AM, Mike Orr wrote:

> <snip>

Thanks Mike (and Frank).  You both cleared up some misunderstandings I 
had about the way python dealt with variables/attributes.

Since you guys brought it up, I was also wondering why WebKit uses this 
style of importing (from module import object) over (import module)

I know that when you import the object(s) directly, you can use them 
like foo() instead of module.foo(), but is there any other advantage? I 
usually just import the module so that I don't get confused about where 
everything is being loaded from.

Thanks.


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to