Ayke van Laethem fa55b15ac6 extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
CPython doesn't allow SEEK_CUR with non-zero offset for files in text mode,
and uPy inherited this behaviour for both text and binary files.  It makes
sense to provide full support for SEEK_CUR of binary-mode files in uPy, and
to do this in a minimal way means also allowing to use SEEK_CUR with
non-zero offsets on text-mode files.  That seems to be a fair compromise.
2018-03-23 09:19:56 -05:00
..
2017-07-18 11:57:39 +10:00
2017-07-18 11:57:39 +10:00
2017-07-18 11:57:39 +10:00
2018-01-24 19:24:36 -05:00
2017-11-02 12:41:50 -07:00
2017-11-02 12:41:50 -07:00
2017-07-18 11:57:39 +10:00
2017-11-02 12:41:50 -07:00
2017-07-18 11:57:39 +10:00
2017-10-30 18:29:20 -07:00
2017-10-30 18:29:20 -07:00
2017-11-02 12:41:50 -07:00
2017-07-18 11:57:39 +10:00