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.

Author effbot
Recipients
Date 2005-11-12.10:55:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This adds support for whence=0 and whence=1 to the GzipFile
seek method.  See

    www.python.org/sf/1316069 

for background.

Open questions:

Q: can/should whence=2 be supported?
Q: if not, should whence=2 give an IOError or a ValueError
Q: can patches be attached to bug reports?

</F>
History
Date User Action Args
2007-08-23 15:44:31adminlinkissue1355023 messages
2007-08-23 15:44:31admincreate