]> arthur.barton.de Git - bup.git/commit
Use BytesIO instead of StringIO
authorRob Browning <rlb@defaultvalue.org>
Tue, 29 Dec 2015 07:31:02 +0000 (01:31 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 1 Jan 2016 19:43:18 +0000 (13:43 -0600)
commit453fcdac8595cf93c65c7deebf1f6557c0e410db
tree51378bbdef50a77ee832a421f73612c4ab9549c8
parentfebb15487a47669374810622481ead399728d861
Use BytesIO instead of StringIO

More accurate, and Python 3 compatible.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/save-cmd.py
lib/bup/hashsplit.py
lib/bup/metadata.py
lib/bup/t/thashsplit.py
lib/bup/t/tvint.py
lib/bup/vint.py