• Ka-Ping Yee's avatar
    In TextIOWrapper: · 30cc8383
    Ka-Ping Yee yazdı
      - 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().
    30cc8383
io.py 52.1 KB