Re: [Numpy-discussion] Python version dependency

2009-04-11 Thread Matthew Brett
Hi, > Sturla Molden has a patch adding offset support to memmap. However... the > feature requires Python 2.5 and above. The Python version is checked for in > the code but I am wondering if we want to do that sort of thing. Using > advanced features here and there doesn't bother me too much as lo

[Numpy-discussion] Python version dependency

2009-04-11 Thread Charles R Harris
Hi All, Sturla Molden has a patch adding offset support to memmap. However... the feature requires Python 2.5 and above. The Python version is checked for in the code but I am wondering if we want to do that sort of thing. Using advanced features here and there doesn't bother me too much as long a