Changeset 388 for python/vendor/current/Lib/stat.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/stat.py
r2 r388 88 88 UF_OPAQUE = 0x00000008 89 89 UF_NOUNLINK = 0x00000010 90 UF_COMPRESSED = 0x00000020 # OS X: file is hfs-compressed 91 UF_HIDDEN = 0x00008000 # OS X: file should not be displayed 90 92 SF_ARCHIVED = 0x00010000 91 93 SF_IMMUTABLE = 0x00020000
Note:
See TracChangeset
for help on using the changeset viewer.