Hello,I need to read a series of large zipfiles (which only contain one large text file), and I noticed that the zipfile module:
1) has a read method which isn't an iterator, and returns the entire file selected all at once
2) has no readlines method, and no obvious way to implement one
Is there a way to stream an unzip, so it behaves more like a file?
thanks,
Brian Blais
--
Brian Blais
[EMAIL PROTECTED]
http://web.bryant.edu/~bblais
-- http://mail.python.org/mailman/listinfo/python-list
