Confusion about python versions

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Oct 27 14:23:21 EDT 2013


On 27/10/2013 18:13, Aseem Bansal wrote:
> Python 2.7.6 release candidate 1 and 3.3.3 release candidate 1 was released yesterday. Also Python 3.4.0 alpha 4 was released a week ago.
>
> I thought as Python 3.4.0 alpha was released 3.3 branch was done. The 3.3.3 release candidate fixes many bugs as per the changelog so would they be included in 3.4.0?
>
> For how long do the older versions get supported in case of Python? Do bugfix releases for older versions keeps on happening even when new branch is released? Isn't that a lot of work to manage so many versions?
>
> How do the Python versions work? For how long is Python 2 going to be supported?
>

Take a look at the various release schedule PEPs here 
http://www.python.org/dev/peps/ where 373 refers to Python 2.7.

-- 
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence




More information about the Python-list mailing list