changeset: 81420:0d7a8a4d6f30 branch: 2.7 parent: 81414:1cfe0f50fd0c user: Georg Brandl date: Fri Jan 11 20:25:54 2013 +0100 files: Doc/library/stat.rst description: Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. diff -r 1cfe0f50fd0c -r 0d7a8a4d6f30 Doc/library/stat.rst --- a/Doc/library/stat.rst Fri Jan 11 14:07:47 2013 +0200 +++ b/Doc/library/stat.rst Fri Jan 11 20:25:54 2013 +0100 @@ -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.