Michael Hoffman wrote:

But don't do "from Tkinter import *" for the reasons Diez has
identified in the FAQ.

It is so annoying to read some code and having to guess from where the do_complicated_stuff() function is imported from.


Explicit importing is by far the moste preferable.

--

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to