commit | f44c7e8996d8115739b52fa52896f2f9f7d94142 | [log] [tgz] |
---|---|---|
author | Ka-Ping Yee <ping@zesty.ca> | Tue Mar 18 04:51:32 2008 +0000 |
committer | Ka-Ping Yee <ping@zesty.ca> | Tue Mar 18 04:51:32 2008 +0000 |
tree | e25ae7401c2d6d21c3b75e8990df79b7dca52949 | |
parent | b5dc90b5faee55dc42e2034b7510e972ac090fdb [diff] |
Make TextIOWrapper's seek/tell work properly with stateful decoders; document and rename things to make seek/tell workings a little clearer. Add a weird decoder for testing TextIOWrapper's seek/tell methods. Document the getstate/setstate protocol conventions for IncrementalDecoders.