]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reverted the previous change to read() and readline().
authorRaymond Hettinger <python@rcn.com>
Thu, 6 Mar 2003 16:31:48 +0000 (16:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 6 Mar 2003 16:31:48 +0000 (16:31 +0000)
commit4922768d02b1117f71d4440da4d57da487f26d54
tree584f939dc301ae73a8fe73fd5f10f9300378ee7b
parent5573541b6fab4041250958675b4b440aaa4a93c0
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.
Lib/httplib.py