mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
This makes open() and _io.FileIO() more CPython compliant. The mode kwarg is fully iplemented. The encoding kwarg is allowed but not implemented; mainly to allow the tests to specify encoding for CPython, see #874