From: Georg Brandl Date: Thu, 20 Mar 2008 07:25:55 +0000 (+0000) Subject: #2383: remove obsolete XXX comment in stat.py. X-Git-Tag: v2.6a2~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=402b2707997db0de64ad789247386a3851b6e92c;p=thirdparty%2FPython%2Fcpython.git #2383: remove obsolete XXX comment in stat.py. --- diff --git a/Lib/stat.py b/Lib/stat.py index 5f416879c6c7..4a9d30c16c2e 100644 --- a/Lib/stat.py +++ b/Lib/stat.py @@ -3,12 +3,7 @@ Suggested usage: from stat import * """ -# XXX Strictly spoken, this module may have to be adapted for each POSIX -# implementation; in practice, however, the numeric constants used by -# stat() are almost universal (even for stat() emulations on non-UNIX -# systems like MS-DOS). - -# Indices for stat struct members in tuple returned by os.stat() +# Indices for stat struct members in the tuple returned by os.stat() ST_MODE = 0 ST_INO = 1