Python 2.1 - 2.4 differences

Fredrik Lundh fredrik at pythonware.com
Mon Jan 24 11:21:24 EST 2005


"BOOGIEMAN" <BOOGIEMANPN at YAHOO.COM> wrote:

>I found some e-book about Python 2.1, I want to print it but just to check
> first if sintax of Python 2.1 is same as 2.4 ?

almost everything that works under 2.1 works under 2.4.  the opposite
isn't always true, though.  for more information on new stuff, see:

    http://www.python.org/doc/2.2.3/whatsnew/
    http://www.python.org/doc/2.3.4/whatsnew/
    http://www.python.org/doc/2.4/whatsnew/whatsnew24.html

and

    http://effbot.org/zone/librarybook-py21.htm
    http://effbot.org/zone/librarybook-py22.htm
    http://effbot.org/zone/librarybook-py23.htm

</F>






More information about the Python-list mailing list