[stdlib-sig] proposed remoal: dircache

Brett Cannon brett at python.org
Thu Mar 20 06:02:40 CET 2008


dirache is less useful than linecache as getting the directory
contents is typically a very cheap operation. And implementing the
feature if you need is really cheap and not difficult to get right.

-Brett


More information about the stdlib-sig mailing list