Closed GoogleCodeExporter closed 9 years ago
Patch against HEAD, to pass mode to ZipFile.open()
Original comment by gunnlau...@gmail.com
on 3 Mar 2014 at 11:30
Attachments:
Oh. Actually some more care is needed, because as of r854 ZipFS.open automatic
wraps with a TextIOWrapper if we don't pass 'b' in the mode ... but
ZipFile.open raises RuntimeError if we *do* pass 'b' in the mode. : ) So, new
patch.
Original comment by gunnlau...@gmail.com
on 3 Mar 2014 at 11:55
Attachments:
Let's try that patch upload again.
Original comment by gunnlau...@gmail.com
on 3 Mar 2014 at 11:56
Attachments:
Thanks. Applied your patch. It's in trunk now.
Original comment by willmcgugan
on 13 Mar 2014 at 6:55
Original issue reported on code.google.com by
gunnlau...@gmail.com
on 3 Mar 2014 at 11:22