micropython/unix
Paul Sokolovsky 9e29666bf9 py: Implement proper separation between io.FileIO and io.TextIOWrapper.
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.
2014-05-19 21:56:07 +03:00
..
.gitignore
Makefile
file.c py: Implement proper separation between io.FileIO and io.TextIOWrapper. 2014-05-19 21:56:07 +03:00
gccollect.c
input.c
input.h
main.c
modffi.c
modos.c
modsocket.c
modtime.c
mpconfigport.h py: Implement proper separation between io.FileIO and io.TextIOWrapper. 2014-05-19 21:56:07 +03:00
mpconfigport.mk
qstrdefsport.h