2 Commits

Author SHA1 Message Date
Enrico Tröger
36f7511173 Generate Python identifiers only for Python 3
Python 2 is EOL since almost two years now, so remove Python2 keywords
and simplify the script to generate them.
2021-10-10 16:42:15 +02:00
Colomban Wendling
28a5b1029b Add support for selecting the default Python command
Add a configure option to select the command used as the Python
interpreter by default in the Python filetype.

This can typically be useful if a setup has non-standard paths or do
not provide a generic `python` interpreter but only versioned ones.
2019-07-18 18:19:11 +02:00