Benjamin Peterson added the comment:

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?

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5720>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to