memilanuk wrote:
My question is this: How / why does this make any sense, that an attribute (W) to an option (sticky=) would be imported at the same level as widgets themselves?

Tkinter is a *very* old library, written before the best
practices for this kind of thing were sorted out. If it
were being designed today, things would probably have
been done differently.

Anyway, there's no great problem if you avoid * imports
and prefix everything with tk.

--
Greg
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to