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

Ronald Oussoren report at bugs.python.org
Sun Apr 18 21:36:24 CEST 2010


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

I'm closing this issue as won't fix.

The additional fields are available if you build from source and target 10.5 or later (set 'MACOSX_DEPLOYMENT_TARGET=10.5' when you run configure).

My current plan is to have two installers for python 2.7 and 3.2: one is a 32-bit only version that runs on OSX 10.3 or later and one will be be a new version that supports 64-bit x86 code as well and requires OSX 10.5. This new installer won't suffer from this issue.

----------
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list