Re: [Numpy-discussion] _sort module.

2011-06-06 Thread Mark Wiebe
On Sat, Jun 4, 2011 at 1:34 PM, Charles R Harris wrote: > Hi All, > > Numpy has a _sort module which contains *no* methods and whose only purpose > is to modify the type descriptors by adding pointers to the sorting > functions when it is loaded. Consequently _sort is imported early in > numpy/cor

[Numpy-discussion] _sort module.

2011-06-04 Thread Charles R Harris
Hi All, Numpy has a _sort module which contains *no* methods and whose only purpose is to modify the type descriptors by adding pointers to the sorting functions when it is loaded. Consequently _sort is imported early in numpy/core/__init__.py and is otherwise unused. This really doesn't seem righ