]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #409419: delete seek() and tell() methods, so callers can use getattr()
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 20 Mar 2001 15:51:14 +0000 (15:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 20 Mar 2001 15:51:14 +0000 (15:51 +0000)
commit44f5f8fb26185b211d50fd9501ba42446505a8d7
treeee811b61d288819200613f55a11ea118bcef6e0e
parentd3f193fe9d1edd99b69b829edb8e8e981c0d0fa6
Bug #409419: delete seek() and tell() methods, so callers can use getattr()
    to check for them (instead of calling them and then ignoring an
    IOError)
Lib/gzip.py