[issue2455] stat.ST_CTIME and stat.ST_ATIME problem

2008-05-25 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-

[issue2455] stat.ST_CTIME and stat.ST_ATIME problem

2008-04-03 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Not here, ST_CTIME is 9 and ST_ATIME is 7, both are the correct indices at the tuple returned by os.stat. Could you recheck that and then and include some output (if it is really incorrect) ? -- nosy: +gpolo

[issue2455] stat.ST_CTIME and stat.ST_ATIME problem

2008-03-21 Thread Andrey Skvortsov
New submission from Andrey Skvortsov <[EMAIL PROTECTED]>: stat.ST_CTIME and stat.ST_ATIME are mixed up. ST_CTIME gives access time and should be ST_ATIME and vice versa ST_ATIME gives creation time. Linux. -- components: Library (Lib) messages: 64310 nosy: sassas severity: normal status