summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-11 19:25:54 (GMT)
committerGeorg Brandl <georg@python.org>2013-01-11 19:25:54 (GMT)
commit8b41c2e259be8214b984b383f3f046152b2b510d (patch)
tree223ff0fcb53bbba5acf3271098e5781dcf2e51f9
parent9e9cb2810e08cd1362bf55bd91928d0d0e05cd08 (diff)
downloadcpython-8b41c2e259be8214b984b383f3f046152b2b510d.zip
cpython-8b41c2e259be8214b984b383f3f046152b2b510d.tar.gz
cpython-8b41c2e259be8214b984b383f3f046152b2b510d.tar.bz2
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
-rw-r--r--Doc/library/stat.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst
index 6b0e1b4..96f437c 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -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:
-.. data:: S_IFMT
-
- Bit mask for the file type bit fields.
-
.. data:: S_IFSOCK
Socket.