Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30525

Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'.

From Nobody <nobody@nowhere.com>
Subject Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'.
Date 2012-09-29 20:24 +0100
Message-Id <pan.2012.09.29.19.24.13.700000@nowhere.com>
Newsgroups comp.lang.python
References <e5a3b91c-0cbc-495d-b62f-ce16bb97db45@googlegroups.com> <CAPTjJmo8S0uH_7WTVo10evG_H697B8jC_Ghe6xn_Gp4-WjbXKw@mail.gmail.com> <k44f42$1v8$1@ger.gmane.org> <CAPTjJmqHYsGE6utJqRB32L8+mKPcA3Ny949nECUzOk-W0PXC+A@mail.gmail.com> <mailman.1574.1348854907.27098.python-list@python.org>
Organization Zen Internet

Show all headers | View raw


On Fri, 28 Sep 2012 11:48:23 -0600, Kristen J. Webb wrote:

> NOTE: I am a C programmer and new to python, so can anyone comment
> on what the st_ctime value is when os.stat() is called on Windows?

The documentation[1] says:

    st_ctime - platform dependent; time of most recent metadata change on
    Unix, or the time of creation on Windows) 

[1] http://docs.python.org/library/os#os.stat

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. 陈伟 <chenwei.address@gmail.com> - 2012-09-28 06:12 -0700
  Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Chris Angelico <rosuav@gmail.com> - 2012-09-29 01:07 +1000
  Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Christian Heimes <christian@python.org> - 2012-09-28 17:18 +0200
  Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Chris Angelico <rosuav@gmail.com> - 2012-09-29 01:25 +1000
  Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Nobody <nobody@nowhere.com> - 2012-09-28 18:22 +0100
  Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. "Kristen J. Webb" <kwebb@teradactyl.com> - 2012-09-28 11:48 -0600
    Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Nobody <nobody@nowhere.com> - 2012-09-29 20:24 +0100

csiph-web