mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
io.FileIO is binary I/O, ans actually optional. Default file type is io.TextIOWrapper, which provides str results. CPython3 explicitly describes io.TextIOWrapper as buffered I/O, but we don't have buffering support yet anyway.