From: Georg Brandl Date: Fri, 11 Jan 2013 19:25:54 +0000 (+0100) Subject: Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. X-Git-Tag: v3.3.1rc1~379^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=154dc4e4238bc950292762bcda9b01258a81ad8c;p=thirdparty%2FPython%2Fcpython.git Closes #16936: fix duplicate/ambiguous description of stat.S_IFMT in the docs. --- diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst index f47f46404514..02513df697e3 100644 --- a/Doc/library/stat.rst +++ b/Doc/library/stat.rst @@ -182,10 +182,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.