EOL for Python 3.2?

2012-09-29 Thread David Dillard
With the release of Python 3.3.0 does that mean the 3.2.x line is now end of life? I've looked for some sort of end of life policy on python.org, but was unable to find one. -- http://mail.python.org/mailman/listinfo/python-list

Re: EOL for Python 3.2?

2012-09-29 Thread Andrew Berg
On 2012.09.29 15:03, David Dillard wrote: With the release of Python 3.3.0 does that mean the 3.2.x line is now end of life? No. Old releases get security fixes for years. I've looked for some sort of end of life policy on python.org, but was unable to find one.

Re: EOL for Python 3.2?

2012-09-29 Thread Terry Reedy
On 9/29/2012 4:03 PM, David Dillard wrote: With the release of Python 3.3.0 does that mean the 3.2.x line is now end of life? The next release (3.2.4, soon) will by the last 3.2 bugfix. Then 3 years for security fixes. I've looked for some sort of end of life policy on python.org, but was