Home
last modified time | relevance | path

Searched refs:BIGCHARSET (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dsre_constants.py40 BIGCHARSET = "bigcharset" variable
113 CHARSET, BIGCHARSET,
Dsre_compile.py243 elif op is BIGCHARSET:
387 out.append((BIGCHARSET, data))
/external/python/cpython3/Lib/
Dsre_compile.py263 elif op is BIGCHARSET:
404 out.append((BIGCHARSET, data))
678 elif op is BIGCHARSET:
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1004 BIGCHARSET patch was contributed by Martin von Löwis.)
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1004 BIGCHARSET patch was contributed by Martin von Löwis.)