[ python-Bugs-1316069 ] gzip.GzipFile.seek missing second argument

SourceForge.net noreply at sourceforge.net
Sun Nov 12 11:42:39 CET 2006


Bugs item #1316069, was opened at 2005-10-07 21:34
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1316069&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Extension Modules
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Neil Schemenauer (nascheme)
Assigned to: Nobody/Anonymous (nobody)
Summary: gzip.GzipFile.seek missing second argument

Initial Comment:
It would nice if GzipFile.seek matched file.seek and
BZ2File.seek and took a second argument.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-11-12 11:42

Message:
Logged In: YES 
user_id=21627

This was fixed with said patch, in r52737.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-11-13 11:45

Message:
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.

----------------------------------------------------------------------

Comment By: Fredrik Lundh (effbot)
Date: 2005-11-12 11:57

Message:
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?)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1316069&group_id=5470


More information about the Python-bugs-list mailing list