micropython-lib/python-stdlib/fnmatch
Andrew Leech e45a7f6c18 fnmatch: Fix compatibility with ure -> re.
With the recent MicroPython change to remove the u prefix by default on
builtins (micropython/micropython#11740) the format checker in fnmatch
which was detecting ure no longer works.

This commit updates the module to filter the regex automatically as needed.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2023-07-21 17:19:43 +10:00
..
fnmatch.py fnmatch: Fix compatibility with ure -> re. 2023-07-21 17:19:43 +10:00
manifest.py fnmatch: Fix compatibility with ure -> re. 2023-07-21 17:19:43 +10:00
test_fnmatch.py fnmatch: Add ure compatibility. 2022-04-08 16:16:56 +10:00