[Python-Dev] Import redesign [LONG]

Skip Montanaro skip@mojam.com (Skip Montanaro)
Fri, 19 Nov 1999 16:15:14 -0600 (CST)


    Gordon> I posted something here about dircache not too long ago.
    Gordon> Essentially, I found it completely unreliable on NT and on Linux
    Gordon> to stat the directory. There was some test code attached.

The modtime of the directory's stat info should only change if you add or
delete entries in the directory.  Were you perhaps expecting changes when
other operations took place, like rewriting an existing file? 

Skip Montanaro | http://www.mojam.com/
skip@mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...