[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Python 2.6



can't I get all of that with

from __future__ import x

?

--- On Wed, 1/21/09, Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:

From: Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [pygame] Python 2.6
To: pygame-users@xxxxxxxx
Date: Wednesday, January 21, 2009, 9:22 PM

On Wed, Jan 21, 2009 at 6:53 PM, Yanom Mobis <yanom@xxxxxxxxxxxxxx> wrote:
Is there any good reason to switch to python 2.6, even though 2.5 is the supported python on my Linux distro?

one "good reason" is because you want most of the goodness that you can get from 3.0 with very little of the breakage:
http://docs.python.org/whatsnew/2.6.html

...nothing in particular there is worth it to me, personally.