]> arthur.barton.de Git - bup.git/commit
In some versions of python, comparing buffers with < gives a warning.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:46:51 +0000 (17:46 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:59:28 +0000 (17:59 -0500)
commit94d746cb491f3cb4469cddfc8dafa1b6170c7621
tree60f141a0296a57c8ecdc18a5c1ad9b98e2a87228
parent76f2490d27f2e72da941849c6f1c11444a53f49c
In some versions of python, comparing buffers with < gives a warning.

It seems to be a buggy warning.  But we only really do it in one place, and
buffers in question are only 20 bytes long, so forcing them into strings
seems harmless enough.
git.py