commit | 4922768d02b1117f71d4440da4d57da487f26d54 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Mar 06 16:31:48 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Mar 06 16:31:48 2003 +0000 |
tree | 584f939dc301ae73a8fe73fd5f10f9300378ee7b | |
parent | 5573541b6fab4041250958675b4b440aaa4a93c0 [diff] |
Reverted the previous change to read() and readline(). Kevin Jacobs found that the code simplification did not exactly match the semantics of the original. Regression test cases were requested.