micropython-lib/re-pcre
Paul Sokolovsky 7ccd2d87ed re-pcre: Actually fix compatibility with big-endian systems.
"big" argument to b"".from_bytes(..., "big") isn't really supported by
MicroPython, so use array as a buffer.
2016-12-19 23:05:38 +03:00
..
metadata.txt re-pcre: Release 0.2.3. 2016-12-08 14:36:35 +03:00
re.py re-pcre: Actually fix compatibility with big-endian systems. 2016-12-19 23:05:38 +03:00
setup.py re-pcre: Release 0.2.3. 2016-12-08 14:36:35 +03:00
test_re.py re-pcre: findall(): Rework for compliant implementation. 2015-05-29 02:04:27 +03:00