]> arthur.barton.de Git - bup.git/commit
features: show version number of the Python interpreter
authorAlexander Barton <alex@barton.de>
Sun, 2 Aug 2020 18:10:29 +0000 (20:10 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 15 Aug 2020 17:01:32 +0000 (12:01 -0500)
commit4da04257d78f1f2e16925ab12817966f875cc4b3
tree35f522cb7b56bb1446108d89e9d564f9e289b618
parent3d243e3af895031e4a51113df9b7c51e09792347
features: show version number of the Python interpreter

This can be handy for debiugging, especially if the interpreter used
(like /usr/bin/python3) is a symlink to the actual Python interpreter
(/usr/bin/python3.7) and/or doesn't include the "micro" version at all.

Signed-off-by: Alexander Barton <alex@barton.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-features.md
lib/cmd/features-cmd.py