Python 3.0 migration plans?
Carl Banks
pavlovevidence at gmail.com
Sat Sep 29 02:19:37 EDT 2007
On Fri, 28 Sep 2007 09:56:48 -0400, Stephan Deibel wrote:
> Ian Dickinson wrote:
>> Never would look like a good time scale to me given that a lot of the
>> stuff I use is being ripped out!!!!
>
> Has any one actually converted any real code or significant bits of code
> using the 3.0 converter (in the sandbox somewhere), and if so what kinds
> of things actually failed?
Well, since the converter is designed to convert 2.6 and above, and since
there isn't much Python 2.6 code out there yet, I'd say nothing
significant. :)
Anyways, it is not designed to convert arbitrary code that's lying
around: it's designed to convert a supported subset of Python 2.6+ into
Python 3.0. You'd have to write "transitional Python" to use the tool.
Carl Banks
More information about the Python-list
mailing list