This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients klankschap, ronaldoussoren
Date 2010-02-23.15:29:04
SpamBayes Score 1.943392e-06
Marked as misclassified No
Message-id <1266938946.84.0.599673556743.issue8002@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-02-23 15:29:06ronaldoussorensetrecipients: + ronaldoussoren, klankschap
2010-02-23 15:29:06ronaldoussorensetmessageid: <1266938946.84.0.599673556743.issue8002@psf.upfronthosting.co.za>
2010-02-23 15:29:05ronaldoussorenlinkissue8002 messages
2010-02-23 15:29:04ronaldoussorencreate