views:

111

answers:

1

Apparently Python only supports 2 minor versions (like 2.X), so that would mean Python 2.5 would get phased out when Python 2.7 comes out (in June 2010?)

Is this correct? PEP 356 -- Python 2.5 Release Schedule doesn't give much answers to this question.

+6  A: 

Python 2.5 will continue to get security updates until September 2011. See this message by Martin v. Löwis, the Python 2.5 release manager.

Daniel Stutzbach