From 1a55b6a787ee7a568550ac0510632965af61c9ee Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 18 Oct 2014 22:44:07 +0300 Subject: 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 | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/io/data/file2 (limited to 'tests/io/data') diff --git a/tests/io/data/file2 b/tests/io/data/file2 new file mode 100644 index 000000000..274c0052d --- /dev/null +++ b/tests/io/data/file2 @@ -0,0 +1 @@ +1234 \ No newline at end of file -- cgit v1.2.3