]> granicus.if.org Git - python/commitdiff
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
authorGeorg Brandl <georg@python.org>
Fri, 11 Jan 2013 19:25:54 +0000 (20:25 +0100)
committerGeorg Brandl <georg@python.org>
Fri, 11 Jan 2013 19:25:54 +0000 (20:25 +0100)
Doc/library/stat.rst

index f47f464045145e113f6b49422d1d866c712bec04..02513df697e3e4128be29ac48ac3f5271809450e 100644 (file)
@@ -182,10 +182,6 @@ The variables below define the flags used in the :data:`ST_MODE` field.
 
 Use of the functions above is more portable than use of the first set of flags:
 
-.. data:: S_IFMT
-
-   Bit mask for the file type bit fields.
-
 .. data:: S_IFSOCK
 
    Socket.