kopia lustrzana https://github.com/micropython/micropython-lib
re-pcre: Add dummy ASCII and UNICODE flags.
rodzic
e9b736e24a
commit
7c2f087208
|
@ -25,6 +25,10 @@ DOTALL = S = 4
|
||||||
VERBOSE = X = 8
|
VERBOSE = X = 8
|
||||||
PCRE_ANCHORED = 0x10
|
PCRE_ANCHORED = 0x10
|
||||||
|
|
||||||
|
# TODO. Note that Python3 has unicode by default
|
||||||
|
ASCII = A = 0
|
||||||
|
UNICODE = U = 0
|
||||||
|
|
||||||
PCRE_INFO_CAPTURECOUNT = 2
|
PCRE_INFO_CAPTURECOUNT = 2
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue