The docs for LevelDB.RangeIter read:
RangeIter(key_from=None, key_to=None, [...])
However, key_from and key_to are required to be buffers if present. This
complicates things for the caller, and makes for slightly misleading
documentation.
Original issue reported on code.google.com by pe...@teichman.org on 21 Jul 2012 at 6:49
Original issue reported on code.google.com by
pe...@teichman.org
on 21 Jul 2012 at 6:49