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
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to