[Python-checkins] python/dist/src/Doc/lib libos.tex,1.154,1.155

perky@users.sourceforge.net perky at users.sourceforge.net
Thu Jun 2 15:09:33 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19602/Doc/lib

Modified Files:
	libos.tex 
Log Message:
Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by
Diego Petteno)


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- libos.tex	16 May 2005 02:42:21 -0000	1.154
+++ libos.tex	2 Jun 2005 13:09:30 -0000	1.155
@@ -966,6 +966,7 @@
 \member{st_blocks} (number of blocks allocated for file),
 \member{st_blksize} (filesystem blocksize),
 \member{st_rdev} (type of device if an inode device).
+\member{st_flags} (user defined flags for file).
 
 On Mac OS systems, the following attributes may also be available:
 \member{st_rsize},



More information about the Python-checkins mailing list