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

Lennart Regebro regebro at gmail.com
Thu Aug 9 16:36:52 CEST 2012


On Thu, Aug 9, 2012 at 4:29 PM, Vikas Choudhary
<vikas.choudhary at qlogic.com> wrote:
> Are there any modules, those are specific to python 2.x and still not supported by python3.x

The relevant question there is if there are any modules you are using
that aren't supported by Python 3.

All important modules and functions in the standardlib are also in
Python 3 (although some have been reorganized:
http://python3porting.com/stdlib.html )
But when it comes to third-party modules you'll have to make a list of
those you use and check up if they support Python 3 or not.

//Lennart


More information about the Python-porting mailing list