]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #100740: Add optional size arguments to .readline() and
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2000 20:15:26 +0000 (20:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2000 20:15:26 +0000 (20:15 +0000)
commit41616ee194e65b23fa508326d7b3788f2d63f362
tree27912ad6a22954fa7799a1fd0f6b129b9b2c07b0
parent7e11170e8531c17f3c74cbd2d243062cf3dd04bd
SF patch #100740: Add optional size arguments to .readline() and
.readlines() methods.  Inspired by a patch from Wolfgang Grafen,
though this version of the patch was completely rewritten from his
code.
Lib/gzip.py