[Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Stéfan van der Walt
Hi all, Please review the patch attached to http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python = 2.5 Thanks, Stéfan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Nils Wagner
On Sun, 22 Feb 2009 18:37:05 +0200 Stéfan van der Walt ste...@sun.ac.za wrote: Hi all, Please review the patch attached to http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python = 2.5 Thanks, Stéfan Hi Stefan,

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Stéfan van der Walt
Hi Nils 2009/2/22 Nils Wagner nwag...@iam.uni-stuttgart.de: http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python = 2.5 You can just run nosetests numpy.lib on both a 2.4 and a 2.5 installation to see if it works. Thanks!

Re: [Numpy-discussion] RFR: 991 - Make savez able to write ZIP64 files

2009-02-22 Thread Nils Wagner
On Sun, 22 Feb 2009 22:18:32 +0200 Stéfan van der Walt ste...@sun.ac.za wrote: Hi Nils 2009/2/22 Nils Wagner nwag...@iam.uni-stuttgart.de: http://scipy.org/scipy/numpy/ticket/991 which enables ZIP64 extensions when saving and loading zipped data under Python = 2.5 You can just run