[Python-Dev] Advice in stat.py

Tim Peters tim.one@home.com
Sat, 28 Jul 2001 04:12:47 -0400


[Guido]
> ...
> Inside a function, from ... import * is always bad form.

Worse, according to the Reference Manual,

    The "from" form with "*" may only occur in a module scope.