]> arthur.barton.de Git - bup.git/commit
username/userfullname: use struct names
authorRob Browning <rlb@defaultvalue.org>
Sun, 20 Oct 2019 17:46:37 +0000 (12:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 1 Dec 2019 18:20:36 +0000 (12:20 -0600)
commit88b26b6847ed42ee1c8108ed91dc5c151705044a
tree716b918385f45b5feddfac6815fb32cd1fb83773
parentb49607da4c0403bc1903caf2abd9640b03baff12
username/userfullname: use struct names

Use the pwd names, not indexes.  That's clearer and it'll support
upcoming py3 compatibility work.  While we're at it, start making it
clear these are binary (bytes).

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