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 Antoine.Brodin
Recipients Antoine.Brodin, tim.golden
Date 2012-11-21.16:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353515984.75.0.0613245378609.issue16524@psf.upfronthosting.co.za>
In-reply-to
Content
Ok,  with Python 32 bits I can do:
>>> os.stat('c:\windows\sysnative\scext.dll')
nt.stat_result(st_mode=33206, st_ino=0L, st_dev=0, st_nlink=0, st_uid=0, st_gid=0, st_size=89088L, st_atime=1247527874L, st_mtime=1247535713L, st_ctime=12475278
74L)

I will try to use this workaround in my scripts.
History
Date User Action Args
2012-11-21 16:39:44Antoine.Brodinsetrecipients: + Antoine.Brodin, tim.golden
2012-11-21 16:39:44Antoine.Brodinsetmessageid: <1353515984.75.0.0613245378609.issue16524@psf.upfronthosting.co.za>
2012-11-21 16:39:44Antoine.Brodinlinkissue16524 messages
2012-11-21 16:39:44Antoine.Brodincreate