• Ka-Ping Yee's avatar
    In TextIOWrapper: · a1bd496b
    Ka-Ping Yee authored
      - Switch from consuming _decoded_text to advancing an offset into it.
      - Fix readline() interaction with seek/tell.
      - Fix readline() handling of 'limit' argument.
    
    Add tests for seek/tell after readline().
    a1bd496b
test_io.py 41.1 KB