[Python-checkins] cpython (2.7): Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
georg.brandl
python-checkins at python.org
Fri Jan 11 20:26:01 CET 2013
http://hg.python.org/cpython/rev/0d7a8a4d6f30
changeset: 81420:0d7a8a4d6f30
branch: 2.7
parent: 81414:1cfe0f50fd0c
user: Georg Brandl <georg at python.org>
date: Fri Jan 11 20:25:54 2013 +0100
summary:
Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs.
files:
Doc/library/stat.rst | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -171,10 +171,6 @@
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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list