[Python-checkins] cpython (3.3): 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:03 CET 2013


http://hg.python.org/cpython/rev/3555391a9909
changeset:   81421:3555391a9909
branch:      3.3
parent:      81416:d3374d393975
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
@@ -182,10 +182,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