Re: [Numpy-discussion] Import patch

2011-04-04 Thread Charles R Harris
On Mon, Apr 4, 2011 at 9:33 AM, Charles R Harris wrote: > > > On Mon, Apr 4, 2011 at 8:57 AM, Paul Anton Letnes < > paul.anton.let...@gmail.com> wrote: > >> >> On 4. apr. 2011, at 16.42, Charles R Harris wrote: >> >> > >> > >> > On Mon, Apr 4, 2011 at 8:29 AM, Paul Anton Letnes < >> paul.anton.let

Re: [Numpy-discussion] Import patch

2011-04-04 Thread Charles R Harris
On Mon, Apr 4, 2011 at 8:57 AM, Paul Anton Letnes < paul.anton.let...@gmail.com> wrote: > > On 4. apr. 2011, at 16.42, Charles R Harris wrote: > > > > > > > On Mon, Apr 4, 2011 at 8:29 AM, Paul Anton Letnes < > paul.anton.let...@gmail.com> wrote: > > > > On 4. apr. 2011, at 15.34, Charles R Harris

Re: [Numpy-discussion] Import patch

2011-04-04 Thread Paul Anton Letnes
On 4. apr. 2011, at 16.42, Charles R Harris wrote: > > > On Mon, Apr 4, 2011 at 8:29 AM, Paul Anton Letnes > wrote: > > On 4. apr. 2011, at 15.34, Charles R Harris wrote: > > > > > > > On Sun, Apr 3, 2011 at 4:35 AM, Paul Anton Letnes > > wrote: > > Hi. > > > > When looking at the loadtxt

Re: [Numpy-discussion] Import patch

2011-04-04 Thread Charles R Harris
On Mon, Apr 4, 2011 at 8:29 AM, Paul Anton Letnes < paul.anton.let...@gmail.com> wrote: > > On 4. apr. 2011, at 15.34, Charles R Harris wrote: > > > > > > > On Sun, Apr 3, 2011 at 4:35 AM, Paul Anton Letnes < > paul.anton.let...@gmail.com> wrote: > > Hi. > > > > When looking at the loadtxt/savetxt

Re: [Numpy-discussion] Import patch

2011-04-04 Thread Paul Anton Letnes
On 4. apr. 2011, at 15.34, Charles R Harris wrote: > > > On Sun, Apr 3, 2011 at 4:35 AM, Paul Anton Letnes > wrote: > Hi. > > When looking at the loadtxt/savetxt tickets, I noticed that the 're' module > is imported in an odd place. I therefore suggest that this import is moved to > the to

Re: [Numpy-discussion] Import patch

2011-04-04 Thread Charles R Harris
On Sun, Apr 3, 2011 at 4:35 AM, Paul Anton Letnes < paul.anton.let...@gmail.com> wrote: > Hi. > > When looking at the loadtxt/savetxt tickets, I noticed that the 're' module > is imported in an odd place. I therefore suggest that this import is moved > to the top of the file, in order to gather th

[Numpy-discussion] Import patch

2011-04-03 Thread Paul Anton Letnes
Hi. When looking at the loadtxt/savetxt tickets, I noticed that the 're' module is imported in an odd place. I therefore suggest that this import is moved to the top of the file, in order to gather these as much as possible. I find the code easier to read then. After all, there is no 'try / cat