summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-06-02 13:09:30 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-06-02 13:09:30 (GMT)
commit5f937a7b8b1ba766ffada44d27f84ab1a43dc980 (patch)
tree753bffb3e2ccd767ca7805d7dd00b9da0f4eab6d /Doc/lib
parentf36947032f4e99b2c55fc25fa36a1960c4423cbb (diff)
downloadcpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.zip
cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.gz
cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.bz2
Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by Diego Petteno)
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libos.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index d38e9be..2d0327f 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -966,6 +966,7 @@ also be available:
\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},