On Mon, 2006-12-11 at 15:15 -0700, Bryan Sant wrote: > On 12/11/06, Michael Torrie <[EMAIL PROTECTED]> wrote: > > They have released a snapshot, but it still really is only 2.2 > > Is 2.2 code incompatible with 2.5? If I write 2.2 code and the > runtime gets upgraded to 2.5 do I need to re-write?
No. It's fine. It's just that you can't use python 2.3 code on python 2.2. Most everyone is now using python 2.3 or 2.4 stuff (including xrange and a few other things). So if you're happy with python 2.2 (like Google is), you can stick with it and be fine. > -Bryan > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ > /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
