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? -- http://mail.python.org/mailman/listinfo/python-list
- zipfile.is_zipfile() and string buffers Brendan
- Re: zipfile.is_zipfile() and string buffers Gabriel Genellina