There is LTS?
Léo El Amri
leo at superlel.me
Mon Aug 24 03:08:44 EDT 2020
On 24/08/2020 04:54, 황병희 wrote:
> Hi, just i am curious. There is LTS for *Python*? If so, i am very thank
> you for Python Project.
Hi Byung-Hee,
Does the "LTS" acronym you are using here stands for "Long Term Support" ?
If so, then the short answer is: Yes, kind of. There is a 5 years
maintenance for each major version of Python 3.
You can find information on how Python is released and maintained at PEP
101 [1] and on the developers documentation [2].
Each major Python release typically have a PEP associated with it where
past minor releases dates and future plans are recorded.
For example: PEP 494 [3] for Python 3.6, PEP 537 [4] for Python 3.7 and
PEP 569 [5] for Python 3.8.
[1] https://www.python.org/dev/peps/pep-0101/
[2] https://devguide.python.org/devcycle/
[3] https://www.python.org/dev/peps/pep-0494/
[4] https://www.python.org/dev/peps/pep-0537/
[5] https://www.python.org/dev/peps/pep-0569/
More information about the Python-list
mailing list