Pep 3105: the end of print?

Eduardo "EdCrypt" O. Padoan eopadoan at altavix.com
Fri Feb 16 06:53:20 EST 2007


On 2/15/07, Edward K Ream <edreamleo at charter.net> wrote:
> > Isn't the very concept of major releases (1.x, 2.x, 3.x) that they *can*
> > be not backwards-compatible with previous releases?
>
> Not at all. [...]

It is the only intent of Python 3.0: be free of backward compatibity
constraints.
There are a tool called "2to3" that translates things like "print foo"
to print(foo).

-- 
EduardoOPadoan (eopadoan->altavix::com)
Bookmarks: http://del.icio.us/edcrypt



More information about the Python-list mailing list