[issue8002] on OSX the file creation date not available in os.stat

Ronald Oussoren report at bugs.python.org
Tue Feb 23 16:29:06 CET 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

To be more precise: see issue8001.

The OSX 10.5 introduces a new version of stat 'stat64' that exposes additional information to posix-style programs, amongst which is the file creation date. 

This field is not present in earlier editions of OSX and is also not present on other platforms. That is, the field is not the same as the "ctime" field which contains the timestamp for the last metadata change for a file.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8002>
_______________________________________


More information about the Python-bugs-list mailing list