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 pitrou
Recipients asnakelover, pitrou
Date 2009-12-10.16:13:44
SpamBayes Score 0.032407034
Marked as misclassified No
Message-id <1260461627.23.0.815065409729.issue7471@psf.upfronthosting.co.za>
In-reply-to
Content
How does the following compare?

f = gzip.open(...)
s = f.read()
for line in s.splitlines():
    print line
History
Date User Action Args
2009-12-10 16:13:47pitrousetrecipients: + pitrou, asnakelover
2009-12-10 16:13:47pitrousetmessageid: <1260461627.23.0.815065409729.issue7471@psf.upfronthosting.co.za>
2009-12-10 16:13:44pitroulinkissue7471 messages
2009-12-10 16:13:44pitroucreate