[Numpy-discussion] array repr

2006-10-17 Thread Andrew MacKeith
in Numeric, and in that case I edited the code in Numeric.py but it would be nice if I didn't have to do that. Should I submit a patch for this? Andrew MacKeith - Using Tomcat but need to do more? Need to support web ser

Re: [Numpy-discussion] array repr

2006-10-17 Thread Andrew MacKeith
Travis Oliphant wrote: >Andrew MacKeith wrote: > > > >>I would like to use the built-in array_repr in numpy, because >>I need a fast repr that does not contain new line characters. >>I see no way of doing this without editing the code in numeric.py, >>and I h

Re: [Numpy-discussion] array repr

2006-10-17 Thread Andrew MacKeith
Travis Oliphant wrote: >Ah!, I get it. You want to be able to reset to the C-defined >array_repr function. The one that gets over-written on import.That >makes sense. And is definitely do-able. > >Please file a ticket. > > Can you point me to how to file a ticket. Thanks Andrew > > >