aboutsummaryrefslogtreecommitdiff
path: root/tests/io/file_readinto.py
AgeCommit message (Collapse)Author
2015-12-23tests: Add tests for stream IO errors.Damien George
2014-10-18unix, stmhal: Implement file.readinto() method.Paul Sokolovsky
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.