On Thu, Jun 26, 2008 at 11:51 AM, Jarrod Millman <[EMAIL PROTECTED]>
wrote:
> On Thu, Jun 26, 2008 at 10:37 AM, Charles R Harris
> <[EMAIL PROTECTED]> wrote:
> > Decorators weren't introduced until Python2.4. I'm not sure what version
> we
> > require now, that information should probably be added
On Thu, Jun 26, 2008 at 1:51 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote:
> Starting with NumPy 1.2 and SciPy 0.7 we will require Python 2.4 or
> greater. I will make sure to update the documentation later today, if
> no one gets to it before me.
In that case I will leave the decorators in noset
On Thu, Jun 26, 2008 at 1:37 PM, Charles R Harris
<[EMAIL PROTECTED]> wrote:
> Decorators weren't introduced until Python2.4. I'm not sure what version we
> require now, that information should probably be added to a DEPENDENCY file,
> or maybe the README. Anyway, if we still support Python2.3 we c
On Thursday 26 June 2008 13:37:19 Charles R Harris wrote:
> Hi Alan,
>
> Decorators weren't introduced until Python2.4. I'm not sure what version we
> require now, that information should probably be added to a DEPENDENCY
> file, or maybe the README. Anyway, if we still support Python2.3 we can't
>
On Thu, Jun 26, 2008 at 10:37 AM, Charles R Harris
<[EMAIL PROTECTED]> wrote:
> Decorators weren't introduced until Python2.4. I'm not sure what version we
> require now, that information should probably be added to a DEPENDENCY file,
> or maybe the README. Anyway, if we still support Python2.3 we
Hi Alan,
Decorators weren't introduced until Python2.4. I'm not sure what version we
require now, that information should probably be added to a DEPENDENCY file,
or maybe the README. Anyway, if we still support Python2.3 we can't use
decorators.
Chuck
_