[Python-Dev] Advice in stat.py

Guido van Rossum guido@zope.com
Sat, 28 Jul 2001 09:54:21 -0400


> Worse, according to the Reference Manual,
> 
>     The "from" form with "*" may only occur in a module scope.

I don't know when that snuck in, but it's not enforced.  If we're
serious, we should at least add a warning!

I'll add a bug report.

--Guido van Rossum (home page: http://www.python.org/~guido/)