Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.

This commit is contained in:
Georg Brandl 2013-01-11 20:25:54 +01:00
parent 9e9cb2810e
commit 8b41c2e259

View file

@ -171,10 +171,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: 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 .. data:: S_IFSOCK
Socket. Socket.