]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#2383: remove obsolete XXX comment in stat.py.
authorGeorg Brandl <georg@python.org>
Thu, 20 Mar 2008 07:25:55 +0000 (07:25 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 20 Mar 2008 07:25:55 +0000 (07:25 +0000)
Lib/stat.py

index 5f416879c6c7a893e56441ebea05a5466e5d7409..4a9d30c16c2ead62ec66ab3d4127b8d89a1e283a 100644 (file)
@@ -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