From 8b41c2e259be8214b984b383f3f046152b2b510d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 11 Jan 2013 20:25:54 +0100 Subject: [PATCH] Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. --- Doc/library/stat.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index 6b0e1b42ab..96f437cb3f 100644 --- a/Doc/library/stat.rst +++ b/Doc/library/stat.rst @@ -171,10 +171,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. -- 2.50.1