]> arthur.barton.de Git - bup.git/commit
features: show version number of the Python interpreter alex/features-python
authorAlexander Barton <alex@barton.de>
Sun, 2 Aug 2020 18:03:40 +0000 (20:03 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 2 Aug 2020 18:18:16 +0000 (20:18 +0200)
commit752db4a75be863e0a116d9f89be76285694de87f
tree7bae4dbc50d096e3a7d8edfc78cac01d914eecb8
parent5ac3821c0f1fbd6a1b1742e91ffd556cd1116041
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>
Documentation/bup-features.md
lib/cmd/features-cmd.py