[Python-3000] Path Reform: Get the ball rolling

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Nov 2 06:15:18 CET 2006


Mike Orr wrote:

> P.stat().mtime and P.lstat().mtime look a lot better than P.mtime()
> and P.lmtime()

Another thing to consider is that stat() potentially
lets you enquire about multiple attributes without
making a system call for each one.

--
Greg


More information about the Python-3000 mailing list