Home
last modified time | relevance | path

Searched refs:FUTURE_UNICODE_LITERALS (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dcompile.h28 #define FUTURE_UNICODE_LITERALS "unicode_literals" macro
/external/python/cpython2/Python/
Dfuture.c40 } else if (strcmp(feature, FUTURE_UNICODE_LITERALS) == 0) { in future_check_features()
/external/python/cpython2/Parser/
Dparser.c211 } else if (strcmp(str_ch, FUTURE_UNICODE_LITERALS) == 0) { in future_hack()