[Python-Dev] Advice in stat.py

Guido van Rossum guido@zope.com
Fri, 27 Jul 2001 11:47:13 -0400


> stat.py in 2.2a1 starts with the following sage advice:
> 
> """Constants/functions for interpreting results of os.stat() and os.lstat().
> 
> Suggested usage: from stat import *
> """
> 
> Is ths still the suggested usage?

I don't see why not.

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