This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: gzip.GzipFile.seek missing second argument
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: effbot, loewis, nascheme
Priority: normal Keywords:

Created on 2005-10-07 19:34 by nascheme, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg26528 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2005-10-07 19:34
It would nice if GzipFile.seek matched file.seek and
BZ2File.seek and took a second argument.
msg26529 - (view) Author: Fredrik Lundh (effbot) * (Python committer) Date: 2005-11-12 10:57
Logged In: YES 
user_id=38376

I've posted a trivial patch over at

www.python.org/sf/1355023 

(can patches be attached to bugs, or do we always want them
over at the patch tracker?)
msg26530 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-11-13 10:45
Logged In: YES 
user_id=21627

Patches can (and should) be attached to the bugs if
possible. With SF access control, only the submitter and a
patch admin may do so, though.
msg26531 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-12 10:42
Logged In: YES 
user_id=21627

This was fixed with said patch, in r52737.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42458
2005-10-07 19:34:41naschemecreate