]> arthur.barton.de Git - bup.git/commit
fuse: adjust for python 3 and test there
authorRob Browning <rlb@defaultvalue.org>
Thu, 2 Jan 2020 21:30:28 +0000 (15:30 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 19:30:12 +0000 (13:30 -0600)
commitdd759516e0cc0b37aa3ba7048d053647483988bc
treedd9de1b44191423a40edbeee3688364c8ccbe3b6
parent303ff2b80ca442e1f7b50fb7d8a428686789f58e
fuse: adjust for python 3 and test there

The python 3 version could have issues until the fuse module supports
binary data more completely (e.g. bytes paths), or until we switch to
some other foundation, but it may be OK even so (with some
inefficiency) given our bup-python iso-8859-1 hack.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
cmd/fuse-cmd.py
lib/bup/compat.py
t/test-fuse.sh