[Python-Dev] Other library code transformations

Guido van Rossum guido@python.org
Sat, 01 Jun 2002 11:28:45 -0400


> But to be able to remove "import stat" everywhere the remaining 
> functions in stat.py would have to be implemented as methods.
> And what about the remaining constants defined in stat.py?

I see no reason to want to deprecate the stat module, only the
indexing constants in the stat tuple.

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