[Patches] [ python-Patches-448474 ] Add support for 'tell()' to gzip.GzipFil

noreply@sourceforge.net noreply@sourceforge.net
Mon, 06 Aug 2001 11:15:01 -0700


Patches item #448474, was opened at 2001-08-06 11:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=448474&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason Petrone (jpetrone)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add support for 'tell()' to gzip.GzipFil

Initial Comment:
The GzipFile class is missing a couple important attributes that
normal fileobjs expose(tell, seek, fileno, readinto).  tell() is a 
trivial one that I really needed for a project, so I added.

Here's the patch against current cvs(8/6/01)

If this is seen as a useful addition, let me know, and I will do the
rest.




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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=448474&group_id=5470