[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Fri Jan 11 20:26:04 CET 2013


http://hg.python.org/cpython/rev/21abd27ca9ed
changeset:   81422:21abd27ca9ed
parent:      81419:acce13a6e728
parent:      81421:3555391a9909
user:        Georg Brandl <georg at python.org>
date:        Fri Jan 11 20:26:54 2013 +0100
summary:
  merge with 3.3

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