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
..
2014-05-07 07:19:51 -07:00
2014-05-14 22:08:45 +03:00
2014-05-15 18:38:54 +03:00
2014-05-10 10:42:40 +02:00