changeset: 81421:3555391a9909 branch: 3.3 parent: 81416:d3374d393975 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 d3374d393975 -r 3555391a9909 Doc/library/stat.rst --- a/Doc/library/stat.rst Fri Jan 11 14:12:20 2013 +0200 +++ b/Doc/library/stat.rst Fri Jan 11 20:25:54 2013 +0100 @@ -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.