mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +02: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