]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed 'return EOFError' that should be 'raise EOFError', caught by
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 6 Sep 1999 16:34:51 +0000 (16:34 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 6 Sep 1999 16:34:51 +0000 (16:34 +0000)
commit2d813e514020a9cf74a19e8b4ba0b98996bb24eb
tree0b2e734e42185ae3caf1bea179f13d9f3d6a515f
parenta07934e53f69cdeec62c8c97b0d18187aa01f2d5
Fixed 'return EOFError' that should be 'raise EOFError', caught by
Skip Montanaro's return-value patches.
Lib/gzip.py