]> arthur.barton.de Git - bup.git/commit
bup.main: drop unicode-only getopt
authorRob Browning <rlb@defaultvalue.org>
Sat, 27 Feb 2021 17:30:21 +0000 (11:30 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 28 Mar 2021 21:16:52 +0000 (16:16 -0500)
commit3a01e9021f7e7c5eafec996f4fd5d5613bb776ce
tree7a60d183a7b3b5aaa0ab1c2c71f89dabd5fc10f1
parent2d75bd3a846095042688e9e743a13958311cd931
bup.main: drop unicode-only getopt

It's relatively straightforward to replace it, and this will allow us
to avoid the unnecessary unicode round-trip.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/main.py