Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30525
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!zen.net.uk!hamilton.zen.co.uk!reader01.nrc01.news.zen.net.uk.POSTED!not-for-mail |
|---|---|
| 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 | Sat, 29 Sep 2012 20:24:14 +0100 |
| User-Agent | Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) |
| 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> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Lines | 12 |
| Organization | Zen Internet |
| NNTP-Posting-Host | 31268699.news.zen.co.uk |
| X-Trace | DXC=Fd\dIa0hTU\4oFHPKRD_mRa0UP_O8AJo\=dR0\ckLKGPWeZ<[7LZNRV=5P_nN<;dDWM2Z^cWRFGA[5`3d>M^BDg_ |
| X-Complaints-To | abuse@zen.co.uk |
| Xref | csiph.com comp.lang.python:30525 |
Show key headers only | 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 | Next — Previous in thread | Find similar | Unroll 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