Ubuntu 18.04 will still be supported after 2020, yet python 2.7 will reach its end of life. If a CVE or a bug raises for python 2.7 after 2020, will the Ubuntu package get an official fix (through APT)? Will there be any risk incurred by using python 2.7 after 2020 on an Ubuntu machine? Should we expect the maintainers to be less reactive? Will there be a warning somewhere in the interpreter on in the logs?
Asked
Active
Viewed 792 times
3
-
"unsupported" does not mean it stops working. – Rinzwind Aug 15 '18 at 14:53
-
I have never said it would stop working, but if CVE would get patched. – user8808265 Aug 15 '18 at 17:36
1 Answers
4
Python 2.7 is still in main
for 18.04 (and is the last LTS release to include it in main
). There is ongoing effort to have it moved to universe
, but that wasn't completed before 18.04 released. Thus, the same commitment that Canonical applies to other software in main
(like the kernel, which has been maintained past upstream support, for example) will hold for Python. What's the difference between multiverse, universe, restricted and main?

muru
- 197,895
- 55
- 485
- 740