B+Tree indices: ongoing progress
Jonathan Lange
jml at canonical.com
Wed Jul 2 03:04:40 BST 2008
On Wed, Jul 2, 2008 at 11:58 AM, Robert Collins
<robertc at robertcollins.net> wrote:
> Also, regarding zlib object copying:
>>>> import zlib
>>>> c = zlib.compressobj()
>>>> c.copy()
> <zlib.Compress object at 0x7f21b6ee2dd8>
>
> so my python has it - if yours doesn't, then that backs up my theory
> that it would be a hassle to use it :). Though we could try and
> fallback...
>
I'm missing some context here, but I'll barge in anyway.
As a data point, the object returned by zlib.compressobj() doesn't
have a copy attribute in Python 2.4. In Python 2.5, it works as you
say.
jml
More information about the bazaar
mailing list