Skip to content
Snippets Groups Projects
Select Git revision
  • 6ac5dced2441bf63dbc65acbd7e33fb71d1d3ede
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

unix

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paul Sokolovsky authored
    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.
    9e29666b
    History