Closed GoogleCodeExporter closed 9 years ago
Bookworm now relies on the 2.6 zipfile interface (for efficiency), so the README
needs to be updated.
Original comment by abdela...@gmail.com
on 24 Aug 2009 at 2:54
The zipfile change should be backwards-compatible. In Python < 2.6, it will
read the
whole file into memory; in 2.6 it will stream from disk.
The urlopen issue should be handled by trying the new method and then catching
the
exception and re-issuing it without a timeout parameter.
Original comment by liza31337@gmail.com
on 24 Aug 2009 at 5:22
I've patched my bookworm instance for python2.5 compatibility
patch attached.
Original comment by jens.quade
on 24 Aug 2009 at 11:14
Attachments:
Looks good, committed to trunk. Thank you!
Original comment by liza31337@gmail.com
on 24 Aug 2009 at 11:50
Original issue reported on code.google.com by
jens.quade
on 23 Aug 2009 at 8:45