Interpreting os.lstat()

"Martin v. Löwis" martin at v.loewis.de
Fri Jul 20 02:36:26 EDT 2007


> (a) Running 'stat' is *not the same* as a system call.

Why do you say that? It is *exactly* the same, at least
on a POSIX system (on Windows, there is no stat, so the
implementation has to map that to several system calls).

Regards,
Martin



More information about the Python-list mailing list