summaryrefslogtreecommitdiffstatshomepage
path: root/tests/io/file_stdio2.py
Commit message (Collapse)AuthorAge
* extmod/vfs_posix_file: Implement sys.std*.buffer objects.stephanelsmith2023-09-01
Add the buffer attribute to sys.stdin, sys.stdout and sys.stderr. This provides raw access to underlying stdio streams for the unix port (and others that use VfsPosix). Signed-off-by: stephanelsmith <stephane.smith@titansensor.com>