Python 3.0 Roadmap?

Aahz aahz at pythoncraft.com
Sat Nov 22 18:09:36 EST 2003


In article <pan.2003.11.22.17.29.42.630566 at phreaker.nospam>,
Logan  <logan at phreaker.nospam> wrote:
>
>So maybe Python3 will not be very different from its direct
>predecessor Python 2.x!?

Not if you keep your code up-to-date.  The plan is that lots of things
that are no longer needed will be removed (e.g. ``apply()``), and this
will make room for some features that would clash with the existing
codebase, but by-and-large it won't be any kind of quantum leap.

However, if you're currently maintaining code that still needs to run on
1.5.2, it's likely that Python 3.0 will bring some pain.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.




More information about the Python-list mailing list