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 benjamin.peterson
Recipients Zooko.Wilcox-O'Hearn, benjamin.peterson, ezio.melotti, pitrou, zooko
Date 2013-08-23.22:40:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377297625.15.0.886360463327.issue5720@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we should hijack st_ctime. All the other members of the stat object correspond exactly to what you get back from the Unix stat() call. Let's not break that. How about just leaving st_ctime as it is and adding st_creationtime, which will have the nicer semantics?
History
Date User Action Args
2013-08-23 22:40:25benjamin.petersonsetrecipients: + benjamin.peterson, zooko, pitrou, ezio.melotti, Zooko.Wilcox-O'Hearn
2013-08-23 22:40:25benjamin.petersonsetmessageid: <1377297625.15.0.886360463327.issue5720@psf.upfronthosting.co.za>
2013-08-23 22:40:25benjamin.petersonlinkissue5720 messages
2013-08-23 22:40:25benjamin.petersoncreate