zipfile.is_zipfile() and string buffers

Brendan brendandetracey at yahoo.com
Tue Dec 16 09:28:00 EST 2008


I would like zipfile.is_zipfile(), to operate on a cStringIO.StringIO
string buffer, but is seems only to accept file names as arguments.
Should it not be able to handle string buffers too?



More information about the Python-list mailing list