Changeset 1a31baf for waflib/Utils.py


Ignore:
Timestamp:
Mar 12, 2014, 2:02:47 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
46b00690
Parents:
db21ca4
Message:

waf, waflib: update to 1.7.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waflib/Utils.py

    rdb21ca4 r1a31baf  
    109109                f.close()
    110110        return m.digest()
    111 if hasattr(os,'O_NOINHERIT'):
     111if hasattr(os,'O_NOINHERIT')and sys.hexversion<0x3040000:
    112112        def readf_win32(f,m='r',encoding='ISO8859-1'):
    113113                flags=os.O_NOINHERIT|os.O_RDONLY
Note: See TracChangeset for help on using the changeset viewer.