from Tkinter import *

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Fri Mar 9 03:50:38 EST 2001


08 Mar 2001 22:39:42 -0500, David Bolen <db3l at fitlinxx.com> pisze:

> the one place I still see a use for "import *" even in production
> code is large wrapped C libraries that already name everything
> according to a flat namespace (for example, staying in the GUI
> vein, wxPython).

I would prefer to remove these prefixes while porting to a language
with a module system.

-- 
 __("<  Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/
 \__/
  ^^                      SYGNATURA ZASTĘPCZA
QRCZAK



More information about the Python-list mailing list