summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/io_stringio1.py
Commit message (Collapse)AuthorAge
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
| | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* py/objstringio: Expose tell() on StringIO and BytesIO objects.Andrew Leech2020-03-11
| | | | | | To match file objects. Fixes issue #5581.
* tests: Move non-filesystem io tests to basics dir with io_ prefix.Damien George2018-06-27