On 3 August 2017 at 04:55, Przemek Klosowski <przemek.klosow...@nist.gov> wrote:
> This looks like a trend: sqlite started doing this and now python :). I
> dislike being forced to specify versions after I've been on my best behavior
> and made sure that my tools work with up-to-date software. If python3 is
> becoming the default python interpreter, what exactly is the argument for
> NOT providing an alias 'python' that runs python3?

The proposed outcome is for that alias to be switchable by end users
between 3 configurations (always reports an error, always runs Python
2, always runs Python 3).

For that to be supportable, we need *distro* packages to always
specify either python2 or python3 (otherwise they'll break in the "not
specified" configuration, or when the alias points to the "wrong"
version).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to