unix, stmhal: Implement file.readinto() method.
Also, usocket.readinto(). Known issue is that .readinto() should be available only for binary files, but micropython uses single method table for both binary and text files.
tests/io/data/file2
0 → 100644
tests/io/file_readinto.py
0 → 100644
Please register or sign in to comment