summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-11 20:26:54 +0100
committerGeorg Brandl <georg@python.org>2013-01-11 20:26:54 +0100
commitcba18fefdc1abee9232825d8a366227a1fcabe82 (patch)
treec77422db2ef4a9e5566944e1431deb6bd03a1de4
parentb463c482bf6506095f5f11c4f650b7ae356f4452 (diff)
parent154dc4e4238bc950292762bcda9b01258a81ad8c (diff)
downloadcpython-git-cba18fefdc1abee9232825d8a366227a1fcabe82.tar.gz
merge with 3.3
-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 f47f464045..02513df697 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -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.