[Python-checkins] python/dist/src/Doc/lib libos.tex, 1.127.10.3,
1.127.10.4 libstat.tex, 1.23, 1.23.10.1
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue May 11 23:47:03 EDT 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18856/Doc/lib
Modified Files:
Tag: release23-maint
libos.tex libstat.tex
Log Message:
fix various descriptions of "ctime"
(closes SF patch #870287)
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.127.10.3
retrieving revision 1.127.10.4
diff -C2 -d -r1.127.10.3 -r1.127.10.4
*** libos.tex 10 Sep 2003 00:12:29 -0000 1.127.10.3
--- libos.tex 12 May 2004 03:47:01 -0000 1.127.10.4
***************
*** 893,897 ****
\member{st_mtime} (time of most recent content modification),
\member{st_ctime}
! (time of most recent content modification or metadata change).
\versionchanged [If \function{stat_float_times} returns true, the time
--- 893,898 ----
\member{st_mtime} (time of most recent content modification),
\member{st_ctime}
! (platform dependent; time of most recent metadata change on \UNIX, or
! the time of creation on Windows).
\versionchanged [If \function{stat_float_times} returns true, the time
Index: libstat.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstat.tex,v
retrieving revision 1.23
retrieving revision 1.23.10.1
diff -C2 -d -r1.23 -r1.23.10.1
*** libstat.tex 19 Jun 2003 18:10:37 -0000 1.23
--- libstat.tex 12 May 2004 03:47:01 -0000 1.23.10.1
***************
*** 111,115 ****
\begin{datadesc}{ST_CTIME}
! Time of last status change (see manual pages for details).
\end{datadesc}
--- 111,118 ----
\begin{datadesc}{ST_CTIME}
! The ``ctime'' as reported by the operating system. On some systems
! (like \UNIX) is the time of the last metadata change, and, on others
! (like Windows), is the creation time (see platform documentation for
! details).
\end{datadesc}
More information about the Python-checkins
mailing list