Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Lib/stat.py

    r2 r388  
    8888UF_OPAQUE    = 0x00000008
    8989UF_NOUNLINK  = 0x00000010
     90UF_COMPRESSED = 0x00000020  # OS X: file is hfs-compressed
     91UF_HIDDEN    = 0x00008000   # OS X: file should not be displayed
    9092SF_ARCHIVED  = 0x00010000
    9193SF_IMMUTABLE = 0x00020000
Note: See TracChangeset for help on using the changeset viewer.