[Python-Dev] statcache.lstat?

Guido van Rossum guido@python.org
Wed, 31 Oct 2001 22:53:38 -0500


> Here's a proposed addition to PEP 4:
> 
>     Module name:   statcache
>     Rationale:     Of limited usefulness and complicates the life of the
>                    application programmer, who must manage the cache.  Not
>                    widely used by other core libraries (they use
>                    os.stat instead). Also, it is not thread-safe.
>     Date:          31-Oct-2001
>     Documentation: TBD
> 
> Just say the word and I'll update it and submit a patch for the
> documentation. 

If others on python-dev agree they can give the word.

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