[Python-porting] Python 2.4 v/s Python3.2

Chris Jerdonek chris.jerdonek at gmail.com
Thu Aug 9 11:12:40 CEST 2012


On Thu, Aug 9, 2012 at 1:52 AM, Vikas Choudhary
<vikas.choudhary at qlogic.com> wrote:
>
> What are the modules and new features those are not available in python 2.4
> added to python3.2

Here is a pretty comprehensive list:

http://docs.python.org/dev/whatsnew/index.html

One advantage to moving to 3.2 is that you'll be getting bug fixes.
Python 2.6 and earlier no longer receive bug fixes.

--Chris


More information about the Python-porting mailing list