Selon la documentation officielle de Python, la prise en charge de Python2.7 prendra fin à l'avenir.
DEPRECATION: Python 2.7 atteindra la fin de sa vie le 1er janvier 2020. Veuillez mettre à jour votre Python car Python 2.7 ne sera pas maintenu après cette date. Une future version de pip supprimera le support de Python 2.7. Plus de détails sur la prise en charge de Python 2 dans pip, peuvent être trouvés à https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Pourquoi Ubuntu n'utilise-t-il pas Python3 par défaut dans leur prochaine version?
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco
$ python
Python 2.7.16 (default, Apr 6 2019, 01:42:57)
[GCC 8.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.