mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Functionality we provide in builtin io module is fairly minimal. Some code, including CPython stdlib, depends on more functionality. So, there's a choice to either implement it in C, or move it _io, and let implement other functionality in Python. 2nd choice is pursued. This setup matches CPython too (_io is builtin, io is Python-level).
5.1 KiB
5.1 KiB