PyCF_MASK

_

version(!Python_3_2_Or_Later && !Python_2_6_Or_Later && Python_2_5_Or_Later)
enum PyCF_MASK = (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | CO_FUTURE_WITH_STATEMENT);

Meta