]> granicus.if.org Git - python/commit
In TextIOWrapper:
authorKa-Ping Yee <ping@zesty.ca>
Tue, 18 Mar 2008 07:01:49 +0000 (07:01 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 18 Mar 2008 07:01:49 +0000 (07:01 +0000)
commit30cc83832dc6911c1c35ed05500829c235f92587
treeec618c20a3385b2c8a6b2b34e2aa0c1cca4d21d4
parentf44c7e8996d8115739b52fa52896f2f9f7d94142
In TextIOWrapper:
  - 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().
Lib/io.py
Lib/test/test_io.py