Re: [Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Charles R Harris
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

Re: [Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Alan McIntyre
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

Re: [Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Alan McIntyre
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

Re: [Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Pierre GM
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 >

Re: [Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Jarrod Millman
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

[Numpy-discussion] nosetester.py can't use decorators and work with python2.3

2008-06-26 Thread Charles R Harris
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 _